Proprietà BlobColumn.Length

Gets the length of the contents of the column.

Questa API non è conforme a CLS. 

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Length As UInteger 
    Get
'Utilizzo
Dim instance As BlobColumn 
Dim value As UInteger 

value = instance.Length
[CLSCompliantAttribute(false)]
public uint Length { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned int Length {
    unsigned int get ();
}
[<CLSCompliantAttribute(false)>]
member Length : uint32
function get Length () : uint

Valore proprietà

Tipo: System.UInt32
The length of the contents of the column.

Vedere anche

Riferimento

BlobColumn Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline