IDTSResultBinding.DtsVariableName 屬性

定義

取得或設定 SSIS 封裝變數的名稱。

public:
 property System::String ^ DtsVariableName { System::String ^ get(); void set(System::String ^ value); };
public string DtsVariableName { get; set; }
member this.DtsVariableName : string with get, set
Public Property DtsVariableName As String

屬性值

String

封裝變數的名稱。

適用於