IVsDataConnectionUIControl インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続 UI (データ接続ダイアログなど) のコンテキストでデータ接続プロパティを構成するためのコントロールを表します。
public interface class IVsDataConnectionUIControl : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIProperties ^>
public interface IVsDataConnectionUIControl : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties>
type IVsDataConnectionUIControl = interface
interface IVsDataSiteableObject<IVsDataConnectionUIProperties>
Public Interface IVsDataConnectionUIControl
Implements IVsDataSiteableObject(Of IVsDataConnectionUIProperties)
- 派生
- 実装
プロパティ
Control |
クラスによって実装された場合、現在のユーザー コントロールを UserControl オブジェクトとして取得します。 |
Site |
サイトを取得または設定します。 (継承元 IVsDataSiteableObject<T>) |
メソッド
LoadProperties() |
クラスによって実装された場合は、データ ソース、ユーザー ID、パスワード、初期カタログなどのコントロールのプロパティを [データ接続] ダイアログ ボックスに読み込みます。 |