Udostępnij przez


BlobColumn Members

Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.

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

Public Properties

  Name Description
ms211233.pubproperty(pl-pl,SQL.100).gif ColumnInfo Gets read-only metadata about the column.This property is not CLS-compliant.
ms211233.pubproperty(pl-pl,SQL.100).gif IsNull Gets a value that indicates whether the column is null.
ms211233.pubproperty(pl-pl,SQL.100).gif Length Gets the length of the contents of the column.This property is not CLS-compliant.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211233.pubmethod(pl-pl,SQL.100).gif AddBlobData Overloaded.  
ms211233.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms211233.pubmethod(pl-pl,SQL.100).gif GetBlobData Returns the specified portion of the data in the column.
ms211233.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms211233.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms211233.pubmethod(pl-pl,SQL.100).gifms211233.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms211233.pubmethod(pl-pl,SQL.100).gif ResetBlobData Deletes the contents of the column.
ms211233.pubmethod(pl-pl,SQL.100).gif SetNull Sets the column value to null.
ms211233.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top