Partager via


Propriété InputParameter.DtsVariableName

Gets or sets the name of the SSIS package variable.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly :  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Syntaxe

'Déclaration
Public Property DtsVariableName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String containing the variable name.

Notes

Variable names are case sensitive.

Voir aussi

Référence

InputParameter Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.DMQueryTask