Freigeben über


BusinessLogicDataReader.IsClosed-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a value that indicates whether the BusinessLogicDataReader is closed.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public ReadOnly Property IsClosed As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

IDataReader.IsClosed

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace