InputParameter.DtsVariableName プロパティ
SSIS パッケージ変数の名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
アセンブリ: Microsoft.SqlServer.DMQueryTask (Microsoft.SqlServer.DMQueryTask.dll)
構文
'宣言
Public Property DtsVariableName As String
Get
Set
'使用
Dim instance As InputParameter
Dim value As String
value = instance.DtsVariableName
instance.DtsVariableName = value
public string DtsVariableName { get; set; }
public:
property String^ DtsVariableName {
String^ get ();
void set (String^ value);
}
member DtsVariableName : string with get, set
function get DtsVariableName () : String
function set DtsVariableName (value : String)
プロパティ値
型: System.String
変数名を表す String です。
説明
変数名では大文字と小文字が区別されます。