Compartilhar via


Enumeração ConnectionManagerItemState

Specifies the state of the connection manager item.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Enumeration ConnectionManagerItemState
'Uso
Dim instance As ConnectionManagerItemState
public enum ConnectionManagerItemState
public enum class ConnectionManagerItemState
type ConnectionManagerItemState
public enum ConnectionManagerItemState

Membros

Nome do membro Descrição
Loaded The connection manager object is loaded.
LoadFailed The connection manager object loading has failed.
NotLoaded The connection manager object is not loaded.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime