Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.