Proprietà BusinessLogicConnection.State
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a string that describes the state of the connection.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property State As ConnectionState
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Data.ConnectionState
The state of the connection.
Implementa
Vedere anche
Riferimento
BusinessLogicConnection Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport