IVsDataConnectionSupport.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.
When implemented by a class, gets the 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
The state of the data connection, based on the DataConnectionState enumeration.