IContext インターフェイス

定義

他のオブジェクトに対するカスタム サポートを提供するサービス オブジェクトを取得します。

public interface class IContext : IEquatable<Microsoft::SqlServer::Management::Data::IContext ^>, IServiceProvider, Microsoft::SqlServer::Management::Data::IPropertyDictionary, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertySet, 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 IContext : IEquatable<Microsoft.SqlServer.Management.Data.IContext>, IServiceProvider, Microsoft.SqlServer.Management.Data.IPropertyDictionary, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet, 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 IContext = interface
    interface IPropertyDictionary
    interface ISfcPropertySet
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IServiceProvider
    interface IEquatable<IContext>
Public Interface IContext
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), IEquatable(Of IContext), IPropertyDictionary, IServiceProvider, ISfcPropertySet
派生
実装

メソッド

Add(IEnumerable<KeyValuePair<String,Object>>, PropertyCollisionResolution)

プロパティの指定された解決方法を使用してディクショナリにプロパティを追加します。

(継承元 IPropertyDictionary)
Add(ISfcProperty)

指定されたプロパティをディクショナリに追加します。

(継承元 IPropertyDictionary)
Add(ISfcProperty, PropertyCollisionResolution)

インターフェイスの指定された解決方法を使用してディクショナリにプロパティを追加します。

(継承元 IPropertyDictionary)
Add(KeyValuePair<String,Object>, PropertyCollisionResolution)

指定したキーと値をディクショナリに追加します。

(継承元 IPropertyDictionary)
Add(String, Object, PropertyCollisionResolution)

プロパティの指定されたキー、値、および解決方法を使用してディクショナリにプロパティを追加します。

(継承元 IPropertyDictionary)
Add(String, Type)

指定された名前と型を使用してディクショナリにプロパティを追加します。

(継承元 IPropertyDictionary)
Add(String, Type, PropertyCollisionResolution)

指定された名前、型、およびインターフェイスの解決方法を使用してディクショナリにプロパティを追加します。

(継承元 IPropertyDictionary)
Contains(ISfcProperty)

指定したメタデータを持つプロパティがプロパティ セット内に存在するかどうかを確認します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)
Contains(String)

指定した名前を持つプロパティがプロパティ セット内に存在するかどうかを確認します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)
Contains<T>(String)

指定した名前と型のプロパティがプロパティ セットに含まれているかどうかを確認します。このメンバーはコード内で直接参照しません。 SQL Server インフラストラクチャをサポートしています。.

(継承元 ISfcPropertySet)
EnumProperties()

プロパティ セット内のプロパティを繰り返し処理できる列挙子を返します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)
TryGetProperty(String, ISfcProperty)

プロパティのメタデータの取得を試行します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)
TryGetPropertyValue(String, Object)

プロパティ値の取得を試行します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)
TryGetPropertyValue<T>(String, T)

プロパティ値の取得を試行します。 このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 ISfcPropertySet)

適用対象