Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
protected IVsDataConnectionSupport ConnectionSupport { get; }
protected:
property IVsDataConnectionSupport^ ConnectionSupport {
IVsDataConnectionSupport^ get ();
}
member ConnectionSupport : IVsDataConnectionSupport
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.