Compartilhar via


Propriedade do RDL IDTSResultBinding.DtsVariableName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the name of the SSIS package variable.

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

Sintaxe

'Declaração
Property DtsVariableName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDTSResultBinding Interface

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask