ConnectionManagerItemState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the connection manager item.
public enum class ConnectionManagerItemState
public enum ConnectionManagerItemState
type ConnectionManagerItemState =
Public Enum ConnectionManagerItemState
- Inheritance
-
ConnectionManagerItemState
Fields
Name | Value | Description |
---|---|---|
Loaded | 0 | The connection manager object is loaded. |
LoadFailed | 1 | The connection manager object loading has failed. |
NotLoaded | 2 | The connection manager object is not loaded. |