Partager via


Propriété HostType

Cette API prend en charge l'infrastructure 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
ReadOnly Property HostType As DTSObjectHostType
    Get
'Utilisation
Dim instance As IDTSObjectHost100
Dim value As DTSObjectHostType

value = instance.HostType
DTSObjectHostType HostType { get; }
property DTSObjectHostType HostType {
    DTSObjectHostType get ();
}
abstract HostType : DTSObjectHostType
function get HostType () : DTSObjectHostType