Propriété BusinessLogicConnection.State
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 string that describes the state of the connection.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property State As ConnectionState
Get
'Utilisation
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
Valeur de propriété
Type : System.Data.ConnectionState
The state of the connection.
Implémente
Voir aussi
Référence
BusinessLogicConnection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport