BlobColumn-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Pipeline..::..BlobColumn

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Class BlobColumn
'Usage
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn =  class end
public class BlobColumn

Der BlobColumn-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ColumnInfo Gets read-only metadata about the column.
Öffentliche Eigenschaft IsNull Gets a value that indicates whether the column is null.
Öffentliche Eigenschaft Length Gets the length of the contents of the column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddBlobData(array<Byte> [] () [] []) Adds binary data to a BlobColumn column.
Öffentliche Methode AddBlobData(array<Byte> [] () [] [], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBlobData Returns the specified portion of the data in the column.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ResetBlobData Deletes the contents of the column.
Öffentliche Methode SetNull Sets the column value to null.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.