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
'宣言
Protected ReadOnly Property ConnectionSupport As IVsDataConnectionSupport
'使用
Dim value As IVsDataConnectionSupport
value = Me.ConnectionSupport
protected IVsDataConnectionSupport ConnectionSupport { get; }
protected:
property IVsDataConnectionSupport^ ConnectionSupport {
IVsDataConnectionSupport^ get ();
}
protected 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.
Permissions
- 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.
See Also
Reference
DataConnectionPromptDialog Class