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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.