Compartilhar via


Propriedade do RDL DtsVariableName

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

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

Valor da propriedade

Tipo: System. . :: . .String