共用方式為


IDTSInputColumnCachedInfo100.CachedName 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the cached name.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property CachedName As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The cached name.

請參閱

參考

IDTSInputColumnCachedInfo100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間