DataConnectionSupport クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IVsDataConnectionSupport インターフェイスの実装を表します。
public ref class DataConnectionSupport abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableServiceProvider<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, IDisposable, IServiceProvider, Microsoft::VisualStudio::Data::Services::IVsDataConnectionEvents, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionSupport
public abstract class DataConnectionSupport : Microsoft.VisualStudio.Data.Framework.DataSiteableServiceProvider<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, IDisposable, IServiceProvider, Microsoft.VisualStudio.Data.Services.IVsDataConnectionEvents, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport
type DataConnectionSupport = class
inherit DataSiteableServiceProvider<IVsDataConnection>
interface IVsDataConnectionSupport
interface IServiceProvider
interface IDisposable
interface IVsDataConnectionEvents
Public MustInherit Class DataConnectionSupport
Inherits DataSiteableServiceProvider(Of IVsDataConnection)
Implements IDisposable, IServiceProvider, IVsDataConnectionEvents, IVsDataConnectionSupport
- 継承
- 派生
- 実装
コンストラクター
DataConnectionSupport() |
DataConnectionSupport クラスの新しいインスタンスを初期化します。 |
プロパティ
ConnectionString |
指定したデータ ソース接続を確立するために必要な情報の文字列表現を取得または設定します。 |
ConnectionTimeout |
接続を確立してから試行を終了し、タイムアウト エラーを生成するまでの待機時間を取得または設定します。 |
ParentProvider |
親サービス プロバイダーの現在のインスタンスを取得します。 (継承元 ServiceProvider) |
ProviderObject |
現在のデータ接続をサポートする基になるデータ プロバイダーを取得します。 |
ServiceProvider |
グローバル Visual Studio サービス プロバイダーを取得します。 |
Site |
サイトを取得または設定します。 (継承元 DataSiteableServiceProvider<T>) |
State |
データ接続の状態を取得します。 |
メソッド
イベント
MessageReceived |
データ ソースからメッセージを受信したときに発生します。 |
SiteChanged |
サイトが変更されたときに発生します。 (継承元 DataSiteableServiceProvider<T>) |
StateChanged |
データ接続の状態が変更されたときに発生します。 |
明示的なインターフェイスの実装
IServiceProvider.QueryService(Guid, Guid, IntPtr) |
IServiceProvider の実装によって公開されるサービスのファクトリとしてを実行します。 (継承元 ServiceProvider) |
拡張メソッド
QueryService(IServiceProvider, Guid) |
サービス GUID に基づいてサービス プロバイダーによって公開されるサービスを取得します。 |
QueryService<TService>(IServiceProvider) |
サービス プロバイダーによって公開されるサービスを、そのサービスの種類に基づいて取得します。 |