DTSObjectHostType 枚举
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Describes the type of container that is hosting the other task or container.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Enumeration DTSObjectHostType
用法
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType
成员
成员名称 | 说明 | |
---|---|---|
DTSOHT_CONNECTIONMANAGER | The host is a connection manager. | |
DTSOHT_FOREACHENUMERATOR | The host is a Foreach enumerator. | |
DTSOHT_LOGPROVIDER | The host is a log provider. | |
DTSOHT_TASK | The host is a task. |
注释
For more information, see DTSObjectHostType.