Partager via


Propriété ResultParameter.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 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)

Valeur de propriété

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

Voir aussi

Référence

ResultParameter Classe

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