Proprietà IDTSResultBinding.DtsVariableName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the SSIS package variable.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
Property DtsVariableName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The name of the package variable.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask