Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 ResultParameter
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 name of the package variable.