Partager via


Propriété IDTSInputColumnCachedInfo100.CachedName

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 name.

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

Syntaxe

'Déclaration
Property CachedName As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As String 

value = instance.CachedName

instance.CachedName = value
string CachedName { get; set; }
property String^ CachedName {
    String^ get ();
    void set (String^ value);
}
abstract CachedName : string with get, set
function get CachedName () : String 
function set CachedName (value : String)

Valeur de propriété

Type : System.String
The cached name.

Voir aussi

Référence

IDTSInputColumnCachedInfo100 Interface

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