IVsDataConnection.State Property

Definition

Gets the current state of the data connection.

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

Property Value

A value from the DataConnectionState enumeration specifying the current state of the data connection.

Applies to