DataConnectionPromptDialog.ConnectionSupport Property

Definition

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.

Applies to