Propriedade do RDL ForEachEnumeratorHostClass.HostType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property HostType As DTSObjectHostType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
A value from the DTSObjectHostType enumeration.