Proprietà LogProviderHostClass.HostType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'Utilizzo
Dim instance As LogProviderHostClass 
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

Valore proprietà

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

Implementa

IDTSObjectHost100.HostType

Osservazioni

For more information, see LogProvider.

Vedere anche

Riferimento

LogProviderHostClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper