IPropertyDictionary 介面

定義

取得 PropertyDictionary 中包含的元素清單。

public interface class 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 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 IPropertyDictionary = interface
    interface ISfcPropertySet
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IPropertyDictionary
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), ISfcPropertySet
衍生
實作

方法

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

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

Add(ISfcProperty, PropertyCollisionResolution)

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

Add(ISfcProperty)

將指定的屬性加入字典。

Add(KeyValuePair<String,Object>, PropertyCollisionResolution)

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

Add(String, Object, PropertyCollisionResolution)

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

Add(String, Type, PropertyCollisionResolution)

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

Add(String, Type)

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

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)

適用於