Partager via


Propriété IDTSExecutionLocation100.ExecutionLocation

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see TaskHost.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property ExecutionLocation As DTSExecutionLocation 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecutionLocation100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper