AdoDotNetConnectionSupport.State Property

Definition

Gets the state of the data connection.

public:
 virtual property Microsoft::VisualStudio::Data::Services::DataConnectionState State { Microsoft::VisualStudio::Data::Services::DataConnectionState get(); };
public override Microsoft.VisualStudio.Data.Services.DataConnectionState State { get; }
member this.State : Microsoft.VisualStudio.Data.Services.DataConnectionState
Public Overrides ReadOnly Property State As DataConnectionState

Property Value

The state of the connection, as enumerated by the DataConnectionState class.

Applies to