IDTSVirtualInputColumn100.NewDescription 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定新建立之 IDTSInputColumn100 資料行的描述。
public:
property System::String ^ NewDescription { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(114)]
public string NewDescription { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.NewDescription : string with get, set
Public Property NewDescription As String
屬性值
字串,其中包含指派給新建立之輸入資料行的描述。
- 屬性
備註
當產生新的輸入資料行時,這個屬性會包含指派給新建立之輸入資料行的描述 SetUsageType 。 如果尚未建立新的資料行,就無法設定它。