다음을 통해 공유


BlobColumn 멤버

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

BlobColumn 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 AddBlobData(array<Byte> [] () [] []) Adds binary data to a BlobColumn column.
공용 메서드 AddBlobData(array<Byte> [] () [] [], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetBlobData Returns the specified portion of the data in the column.
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ResetBlobData Deletes the contents of the column.
공용 메서드 SetNull Sets the column value to null.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 ColumnInfo Gets read-only metadata about the column.
공용 속성 IsNull Gets a value that indicates whether the column is null.
공용 속성 Length Gets the length of the contents of the column.

맨 위로 이동