Proprietà IDTSInputColumnCachedInfo100.CachedLength

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

Gets or sets the cached length.

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

Sintassi

'Dichiarazione
Property CachedLength As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As Integer 

value = instance.CachedLength

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

Valore proprietà

Tipo: System.Int32
The cached length.

Vedere anche

Riferimento

IDTSInputColumnCachedInfo100 Interfaccia

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