共用方式為


IDTSVirtualInputColumn100.NewName 屬性

Gets or sets the name of a newly created IDTSInputColumn100 column.

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

語法

'宣告
Property NewName As String 
    Get 
    Set
'用途
Dim instance As IDTSVirtualInputColumn100 
Dim value As String 

value = instance.NewName

instance.NewName = value
string NewName { get; set; }
property String^ NewName {
    String^ get ();
    void set (String^ value);
}
abstract NewName : string with get, set
function get NewName () : String 
function set NewName (value : String)

屬性值

型別:System.String
The name assigned to the newly created input column.

備註

This property contains the name 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.

請參閱

參考

IDTSVirtualInputColumn100 介面

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