Proprietà IDTSExecutionLocation100.ExecutionLocation

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see TaskHost.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property ExecutionLocation As DTSExecutionLocation 
    Get 
    Set
'Utilizzo
Dim instance As IDTSExecutionLocation100 
Dim value As DTSExecutionLocation 

value = instance.ExecutionLocation

instance.ExecutionLocation = value
DTSExecutionLocation ExecutionLocation { get; set; }
property DTSExecutionLocation ExecutionLocation {
    DTSExecutionLocation get ();
    void set (DTSExecutionLocation value);
}
abstract ExecutionLocation : DTSExecutionLocation with get, set
function get ExecutionLocation () : DTSExecutionLocation 
function set ExecutionLocation (value : DTSExecutionLocation)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecutionLocation

Vedere anche

Riferimento

IDTSExecutionLocation100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper