DataConnection.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current state of this 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 a DataConnectionState object instance that indicates the state of the current data connection.