Partager via


Propriété IDTSResultBinding.DtsVariableName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the SSIS package variable.

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

Syntaxe

'Déclaration
Property DtsVariableName As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSResultBinding 
Dim value As String 

value = instance.DtsVariableName

instance.DtsVariableName = value
string DtsVariableName { get; set; }
property String^ DtsVariableName {
    String^ get ();
    void set (String^ value);
}
abstract DtsVariableName : string with get, set
function get DtsVariableName () : String 
function set DtsVariableName (value : String)

Valeur de propriété

Type : System.String
The name of the package variable.

Voir aussi

Référence

IDTSResultBinding Interface

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