Condividi tramite


Proprietà IDTSInputColumnCachedInfo100.CachedName

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

Gets or sets the cached name.

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

Sintassi

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

Valore proprietà

Tipo: System.String
The cached name.

Vedere anche

Riferimento

IDTSInputColumnCachedInfo100 Interfaccia

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