DataConnectionPromptDialog.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.
Gets the IVsDataConnectionSupport object on which the data provider should update the ConnectionString property.
protected:
property Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionSupport ^ ConnectionSupport { Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionSupport ^ get(); };
protected Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport ConnectionSupport { get; }
member this.ConnectionSupport : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport
Protected ReadOnly Property ConnectionSupport As IVsDataConnectionSupport
Property Value
The IVsDataConnectionSupport object instance on which the DDEX provider should update the ConnectionString property.