Compartilhar via


Propriedade do RDL IDTSForEachVariableMapping100.VariableName

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

For more information, see ForEachVariableMapping.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Default Property VariableName As String 
    Get 
    Set
'Uso
Dim instance As IDTSForEachVariableMapping100 
Dim value As String 

value = instance

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

Valor da propriedade

Tipo: System.String

Consulte também

Referência

IDTSForEachVariableMapping100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper