Bagikan melalui


IDTSInputColumnCachedInfo100.CachedName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the cached name.

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

Syntax

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

Property Value

Type: System.String
The cached name.

See Also

Reference

IDTSInputColumnCachedInfo100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace