Compartilhar via


Propriedade do RDL IDTSInputColumnCachedInfo100.CachedName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the cached name.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property CachedName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The cached name.

Consulte também

Referência

IDTSInputColumnCachedInfo100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper