State-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public ReadOnly Property State As ConnectionState
Get
'Usage
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