Partilhar via


Propriedade do RDL BusinessLogicConnection.State

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a string that describes the state of the connection.

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

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDbConnection.State

Consulte também

Referência

BusinessLogicConnection Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport