次の方法で共有


BusinessLogicConnection.State プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets a string that describes the state of the connection.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public ReadOnly Property State As ConnectionState 
    Get
'使用
Dim instance As BusinessLogicConnection 
Dim value As ConnectionState 

value = instance.State
public ConnectionState State { get; }
public:
virtual property ConnectionState State {
    ConnectionState get () sealed;
}
abstract State : ConnectionState 
override State : ConnectionState
final function get State () : ConnectionState

プロパティ値

型: System.Data.ConnectionState
The state of the connection.

実装

IDbConnection.State

関連項目

参照

BusinessLogicConnection クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間