Compartir a través de


ConnectionManagerHostClass.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 connection 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 ConnectionManagerHostClass 
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
One of the enumeration values of the DTSObjectHostType enumeration.

Implementa

IDTSObjectHost100.HostType

Comentarios

For more information, see ConnectionManager.

Vea también

Referencia

ConnectionManagerHostClass Clase

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