Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the length of the contents of the column.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Length As UInteger
Get
'Usage
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
Eigenschaftswert
Typ: System.UInt32
The length of the contents of the column.