Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Describes the type of container that is hosting the other task or container.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSObjectHostType
'Usage
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
For more information, see DTSObjectHostType.