Compartir a través de


ExecutionLocation Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see TaskHost.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property ExecutionLocation As DTSExecutionLocation
    Get
    Set
'Uso
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)