Freigeben über


IDTSParameterBinding.DtsVariableName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the SSIS package variable.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Property DtsVariableName As String 
    Get 
    Set
'Usage
Dim instance As IDTSParameterBinding 
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSParameterBinding Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace