Share via


AdoDotNetConnectionSupport.State Property

Definition

Retrieves the state of the data connection.

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

Property Value

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

Applies to