Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets the length of the contents of the column.
Esta API no es compatible con CLS.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Length As UInteger
Get
'Uso
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
Valor de la propiedad
Tipo: System.UInt32
The length of the contents of the column.