DataConnectionPromptDialog.ConnectionSupport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the DataConnectionSupport object on which the data provider should update the ConnectionString property.
public:
property Microsoft::VisualStudio::Data::DataConnectionSupport ^ ConnectionSupport { Microsoft::VisualStudio::Data::DataConnectionSupport ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.VisualStudio.Data.DataConnectionSupport ConnectionSupport { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ConnectionSupport : Microsoft.VisualStudio.Data.DataConnectionSupport
Public ReadOnly Property ConnectionSupport As DataConnectionSupport
Property Value
Returns the DataConnectionSupport object instance on which the DDEX provider must update the ConnectionString property.
- Attributes