Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the state of the data connection.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property State As DataConnectionState
'Usage
Dim instance As DataConnectionSupport
Dim value As DataConnectionState
value = instance.State
public abstract DataConnectionState State { get; }
public:
virtual property DataConnectionState State {
DataConnectionState get () abstract;
}
public abstract function get State () : DataConnectionState
Property Value
Type: Microsoft.VisualStudio.Data.Services.DataConnectionState
The state of the data connection, based on the DataConnectionState enumeration.
Implements
IVsDataConnectionSupport.State
Remarks
The DataConnectionState enumeration identifies three allowable states: Closed, Open, and Broken.
Notes to Inheritors:
The derived class should override this property.
.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.