IVsDataConnectionProperties インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ接続文字列を解析、ビルド、生成する機能を表します。
public interface class 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 ^>>
public interface 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>>
type IVsDataConnectionProperties = interface
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
Public Interface IVsDataConnectionProperties
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
- 派生
- 実装
-
ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
メソッド
Add(String, Type, Object) |
クラスによって実装された場合は、現在の接続プロパティ コレクションに新しいプロパティを追加します。 |
Parse(String) |
クラスによって実装された場合、接続文字列のコンポーネントを現在DataConnectionPropertiesのインスタンスのプロパティ セットに逆アセンブルします。 |
Reset() |
クラスによって実装された場合、接続プロパティの値を初期状態にリセットします。 |
Reset(String) |
クラスによって実装された場合、指定したプロパティを現在のデータ接続プロパティのセットから削除します。 |
ToSafeString() |
クラスによって実装された場合は、永続化すべきではない機密性の高いプロパティを除外する、現在のデータ接続プロパティのセットの文字列表現を取得します。 |
ToString() |
クラスによって実装された場合、現在の接続プロパティの既定の文字列表現を取得します。 |
拡張メソッド
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean) |
1 つの辞書コンテンツを別の辞書に追加する |
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK) |
指定したキーで値を取得します。 |
EmptyIfNull<T>(IEnumerable<T>) |
null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。 |