다음을 통해 공유


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 네임스페이스