IVsDataConnectionUIProperties インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続 UI (データ接続ダイアログなど) のコンテキストでデータ接続プロパティを操作する機能を表します。
public interface class IVsDataConnectionUIProperties : Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionProperties, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::ComponentModel::ICustomTypeDescriptor, System::ComponentModel::INotifyPropertyChanged
public interface IVsDataConnectionUIProperties : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionProperties, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.INotifyPropertyChanged
type IVsDataConnectionUIProperties = interface
interface IVsDataConnectionProperties
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface ICustomTypeDescriptor
interface INotifyPropertyChanged
Public Interface IVsDataConnectionUIProperties
Implements ICollection(Of KeyValuePair(Of String, Object)), ICustomTypeDescriptor, IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), INotifyPropertyChanged, IVsDataConnectionProperties
- 派生
- 実装
プロパティ
IsComplete |
クラスによって実装された場合、特定の接続文字列が完了したかどうかを示す値を取得します。 |
IsExtensible |
クラスによって実装された場合、DDEX プロバイダーの接続プロパティが拡張可能かどうかを示すブール値を取得または設定します。 |
メソッド
Add(String, Type, Object) |
クラスによって実装される場合は、現在の接続プロパティ コレクションに新しいプロパティを追加します。 (継承元 IVsDataConnectionProperties) |
GetSynonyms(String) |
クラスによって実装された場合、指定したプロパティのシノニムの配列リストを取得します。 |
IsSensitive(String) |
クラスによって実装される場合、プロパティに機密情報が含まれているかどうかを示します。 |
Parse(String) |
クラスによって実装された場合、接続文字列のコンポーネントを現在DataConnectionPropertiesのインスタンス内のプロパティのセットに逆アセンブルします。 (継承元 IVsDataConnectionProperties) |
Reset() |
クラスによって実装されると、接続プロパティの値が初期状態にリセットされます。 (継承元 IVsDataConnectionProperties) |
Reset(String) |
クラスによって実装された場合、指定したプロパティを現在のデータ接続プロパティのセットから削除します。 (継承元 IVsDataConnectionProperties) |
ToDisplayString() |
クラスによって実装された場合、画面上の表示に適した現在のデータ接続プロパティのセットの文字列表現を取得します。 |
ToSafeString() |
クラスによって実装された場合、保存すべきでない機密プロパティまたはプロパティを除外する、現在のデータ接続プロパティのセットの文字列表現を取得します。 (継承元 IVsDataConnectionProperties) |
ToString() |
クラスによって実装された場合は、現在の接続プロパティの既定の文字列表現を取得します。 (継承元 IVsDataConnectionProperties) |
拡張メソッド
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean) |
1 つの辞書コンテンツを別の辞書に追加する |
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK) |
指定したキーによって値を取得します。 |
EmptyIfNull<T>(IEnumerable<T>) |
null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。 |