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