Partager via


Propriété ForEachEnumeratorHostClass.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 an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only.

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 ForEachEnumeratorHostClass 
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 the DTSObjectHostType enumeration.

Implémente

IDTSObjectHost100.HostType

Voir aussi

Référence

ForEachEnumeratorHostClass Classe

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