Classe BlobColumn
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Pipeline.BlobColumn
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public Class BlobColumn
'Utilizzo
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn = class end
public class BlobColumn
Nel tipo BlobColumn sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBlobData | Returns the specified portion of the data in the column. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ResetBlobData | Deletes the contents of the column. | |
SetNull | Sets the column value to null. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.