Compartir a través de


IDTSObjectHost100.HostType Propiedad

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

For more information, see TaskHost.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property HostType As DTSObjectHostType 
    Get
'Uso
Dim instance As IDTSObjectHost100 
Dim value As DTSObjectHostType 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType

Vea también

Referencia

IDTSObjectHost100 Interfaz

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