ConnectionManagerItemState 枚举
Specifies the state of the connection manager item.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Enumeration ConnectionManagerItemState
用法
Dim instance As ConnectionManagerItemState
public enum ConnectionManagerItemState
public enum class ConnectionManagerItemState
type ConnectionManagerItemState
public enum ConnectionManagerItemState
成员
成员名称 | 说明 | |
---|---|---|
Loaded | The connection manager object is loaded. | |
LoadFailed | The connection manager object loading has failed. | |
NotLoaded | The connection manager object is not loaded. |