Compartir a través de


BusinessLogicConnection.State Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a string that describes the state of the connection.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public ReadOnly Property State As ConnectionState 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Data.ConnectionState
The state of the connection.

Implementa

IDbConnection.State

Vea también

Referencia

BusinessLogicConnection Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport