Condividi tramite


Proprietà IDTSConnectionManagerCacheColumn100.Length

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see ConnectionManager.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property Length As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32

Vedere anche

Riferimento

IDTSConnectionManagerCacheColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper