Compartir a través de


TaskHostClass.HostType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

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

Valor de la propiedad

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

Implementa

IDTSObjectHost100.HostType

Vea también

Referencia

TaskHostClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper