次の方法で共有


BusinessLogicDataReader.IsClosed プロパティ

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

Gets a value that indicates whether the BusinessLogicDataReader is closed.

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

構文

'宣言
Public ReadOnly Property IsClosed As Boolean 
    Get
'使用
Dim instance As BusinessLogicDataReader 
Dim value As Boolean 

value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () sealed;
}
abstract IsClosed : bool 
override IsClosed : bool
final function get IsClosed () : boolean

プロパティ値

型: System.Boolean
true if the BusinessLogicDataReader is closed; otherwise, false.

実装

IDataReader.IsClosed

関連項目

参照

BusinessLogicDataReader クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間