Share via


DataConnectionPromptDialog.ConnectionSupport Property

Gets the IVsDataConnectionSupport object on which the data provider should update the ConnectionString property.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected ReadOnly Property ConnectionSupport As IVsDataConnectionSupport
protected IVsDataConnectionSupport ConnectionSupport { get; }
protected:
property IVsDataConnectionSupport^ ConnectionSupport {
    IVsDataConnectionSupport^ get ();
}
member ConnectionSupport : IVsDataConnectionSupport with get
function get ConnectionSupport () : IVsDataConnectionSupport

Property Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport
The IVsDataConnectionSupport object instance on which the DDEX provider should update the ConnectionString property.

.NET Framework Security

See Also

Reference

DataConnectionPromptDialog Class

Microsoft.VisualStudio.Data.Framework Namespace