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
衍生
實作

方法

名稱 Description
Add(IEnumerable<KeyValuePair<String,Object>>, PropertyCollisionResolution)

將屬性加入字典,並以指定的解析方式。

(繼承來源 IPropertyDictionary)
Add(ISfcProperty, PropertyCollisionResolution)

將指定介面解析度的屬性加入字典。

(繼承來源 IPropertyDictionary)
Add(ISfcProperty)

將指定的屬性加入字典。

(繼承來源 IPropertyDictionary)
Add(KeyValuePair<String,Object>, PropertyCollisionResolution)

將指定的索引鍵和值加入至字典。

(繼承來源 IPropertyDictionary)
Add(String, Object, PropertyCollisionResolution)

在字典中加入一個屬性,並附上指定的鍵值、值與該屬性的解析。

(繼承來源 IPropertyDictionary)
Add(String, Type, PropertyCollisionResolution)

在字典中新增一個屬性,並指定名稱、類型及介面解析。

(繼承來源 IPropertyDictionary)
Add(String, Type)

在字典中新增一個指定名稱和類型的屬性。

(繼承來源 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)

適用於