Compartir a través de


IDTSBLOBObject100.Length Propiedad

Gets the number of bytes stored in an IDTSBLOBObject100.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Length As Integer 
    Get
'Uso
Dim instance As IDTSBLOBObject100 
Dim value As Integer 

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

Valor de la propiedad

Tipo: System.Int32
An Integer that specifies the number of bytes stored in the binary large object (BLOB).

Vea también

Referencia

IDTSBLOBObject100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper