Proprietà VariableName
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see ForEachVariableMapping.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Default Property VariableName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String