Compartir a través de


Length Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see ConnectionManager.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property Length As Integer
    Get
    Set
'Uso
Dim instance As IDTSConnectionManagerCacheColumn100
Dim value As Integer

value = instance.Length

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

Valor de la propiedad

Tipo: System. . :: . .Int32