Bagikan melalui


LogProviderHostClass.HostType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'Usage
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

Property Value

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

Implements

IDTSObjectHost100.HostType

Remarks

For more information, see LogProvider.

See Also

Reference

LogProviderHostClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace