Share via


IDTSResultBinding.DtsVariableName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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 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)

Property Value

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

See Also

Reference

IDTSResultBinding Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace