Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the SSIS package variable.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Public Property DtsVariableName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String containing the variable name.
Remarks
Variable names are case sensitive.