IVsDataConnectionUIControl インターフェイス

定義

接続 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、パスワード、初期カタログなどのコントロールのプロパティを [データ接続] ダイアログ ボックスに読み込みます。

適用対象