Compartilhar via


Propriedade do RDL IDTSBLOBObject100.Length

Gets the number of bytes stored in an IDTSBLOBObject100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSBLOBObject100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper