ForEachEnumeratorHostClass.HostType Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
A value from the DTSObjectHostType enumeration.