Partager via


Propriété IDTSInputColumnCachedInfo100.CachedLength

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the cached length.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property CachedLength As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The cached length.

Voir aussi

Référence

IDTSInputColumnCachedInfo100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper