DataConnection.ConnectionSupport 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 underlying data provider connection support object that is being used to support the current data connection instance.
public:
property Microsoft::VisualStudio::Data::DataConnectionSupport ^ ConnectionSupport { Microsoft::VisualStudio::Data::DataConnectionSupport ^ get(); };
public Microsoft.VisualStudio.Data.DataConnectionSupport ConnectionSupport { get; }
member this.ConnectionSupport : Microsoft.VisualStudio.Data.DataConnectionSupport
Public ReadOnly Property ConnectionSupport As DataConnectionSupport
Property Value
Returns a DataConnectionSupport object instance, which functions as the underlying DDEX provider connection support object supporting the current data connection instance.