Partager via


Propriété TaskHostClass.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.

Gets the value from the DTSObjectHostType enumeration that describes the host of the container.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'Utilisation
Dim instance As TaskHostClass 
Dim value As DTSObjectHostType 

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
A value from DTSObjectHostType enumerator.

Implémente

IDTSObjectHost100.HostType

Voir aussi

Référence

TaskHostClass Classe

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