Udostępnij przez


BufferColumn Members

Provides read-only metadata for a PipelineBuffer column.

The following tables list the members exposed by the BufferColumn type.

Public Fields

  Name Description
ms211231.pubfield(pl-pl,SQL.100).gif CodePage Specifies the code page for PipelineBuffer columns that contain text data types.This field is not CLS-compliant.
ms211231.pubfield(pl-pl,SQL.100).gif DataType Specifies the DataType of the value stored in the PipelineBuffer column.This field is not CLS-compliant.
ms211231.pubfield(pl-pl,SQL.100).gif MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.This field is not CLS-compliant.
ms211231.pubfield(pl-pl,SQL.100).gif Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.This field is not CLS-compliant.
ms211231.pubfield(pl-pl,SQL.100).gif Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.This field is not CLS-compliant.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211231.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from ValueType )
ms211231.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from ValueType )
ms211231.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms211231.pubmethod(pl-pl,SQL.100).gifms211231.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms211231.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
ms211231.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms211231.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top