Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the state of the data connection.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property State As DataConnectionState
Get
public override DataConnectionState State { get; }
public:
virtual property DataConnectionState State {
DataConnectionState get () override;
}
abstract State : DataConnectionState
override State : DataConnectionState
override function get State () : DataConnectionState
Property Value
Type: Microsoft.VisualStudio.Data.Services.DataConnectionState
The state of the connection, as enumerated by the DataConnectionState class.
Implements
IVsDataConnectionSupport.State
Remarks
The DataConnectionState class identifies three allowable states: Open, Closed, and Broken.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.