InputParameter.DtsVariableName 属性
Gets or sets the name of the SSIS package variable.
命名空间: 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
A String containing the variable name.
注释
Variable names are case sensitive.