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.