IVsDataConnection.State 属性

定义

获取数据连接的当前状态。

public:
 property Microsoft::VisualStudio::Data::Services::DataConnectionState State { Microsoft::VisualStudio::Data::Services::DataConnectionState get(); };
public Microsoft.VisualStudio.Data.Services.DataConnectionState State { get; }
member this.State : Microsoft.VisualStudio.Data.Services.DataConnectionState
Public ReadOnly Property State As DataConnectionState

属性值

DataConnectionState

一个来自枚举的值,该值 DataConnectionState 指定数据连接的当前状态。

适用于