IDTSVirtualInputColumn100.NewDescription 属性
Gets or sets the description of a newly created IDTSInputColumn100 column.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Property NewDescription As String
Get
Set
用法
Dim instance As IDTSVirtualInputColumn100
Dim value As String
value = instance.NewDescription
instance.NewDescription = value
string NewDescription { get; set; }
property String^ NewDescription {
String^ get ();
void set (String^ value);
}
abstract NewDescription : string with get, set
function get NewDescription () : String
function set NewDescription (value : String)
属性值
类型:System.String
A String that contains the description assigned to the newly created input column.
注释
This property contains the description assigned to the newly created input column when SetUsageType results in a new input column. It cannot be set if the new column has not been created yet.