AdoDotNetConnectionSupport.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 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.