Enumeração DTSObjectHostType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Describes the type of container that is hosting the other task or container.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSObjectHostType
'Uso
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
For more information, see DTSObjectHostType.