DataConnectionSupport.State Property

Definition

Retrieves the state of the data connection.

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

Property Value

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

Applies to