Partager via


Propriété IDTSObjectHost100.HostType

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
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

Valeur de propriété

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

Voir aussi

Référence

IDTSObjectHost100 Interface

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