Partager via


Propriété BusinessLogicDataReader.IsClosed

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether the BusinessLogicDataReader is closed.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsClosed As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDataReader.IsClosed

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport