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 命名空间