语言

LogProviderHostClass.HostType 属性

定义

获得一个枚举,描述日志提供者所使用的主机类型。 此属性为只读。

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType HostType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType HostType { get; }
member this.HostType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
Public Overridable ReadOnly Property HostType As DTSObjectHostType

属性值

DTSObjectHostType枚举。

实现

注解

有关详细信息,请参阅 LogProvider

适用于