IPropertyDictionary Interface
Gets the list of elements contained in the PropertyDictionary.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<T>.) |
![]() | IsReadOnly | (Inherited from ICollection<T>.) |
![]() | Item[TKey] | (Inherited from IDictionary<TKey, TValue>.) |
![]() | Keys | (Inherited from IDictionary<TKey, TValue>.) |
![]() | Values | (Inherited from IDictionary<TKey, TValue>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Add(TKey, TValue) | (Inherited from IDictionary<TKey, TValue>.) |
![]() | Add(IEnumerable<KeyValuePair<String^, Object^>>^, PropertyCollisionResolution) | Adds a property to the dictionary with the specified resolution of the property. |
![]() | Add(ISfcProperty^) | Adds the specified property to the dictionary. |
![]() | Add(ISfcProperty^, PropertyCollisionResolution) | Adds a property to the dictionary with the specified interface resolution. |
![]() | Add(KeyValuePair<String^, Object^>, PropertyCollisionResolution) | Adds the specified key and value to the dictionary. |
![]() | Add(String^, Object^, PropertyCollisionResolution) | Adds a property to the dictionary with the specified key, value, and resolution of the property. |
![]() | Add(String^, Type^) | Adds a property to the dictionary with the specified name and type. |
![]() | Add(String^, Type^, PropertyCollisionResolution) | Adds a property to the dictionary with the specified name, type, and interface resolution. |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | Contains(ISfcProperty^) | Checks whether a property with the specified metadata is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | Contains(String^) | Checks whether a property with the specified name is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | ContainsKey(TKey) | (Inherited from IDictionary<TKey, TValue>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | EnumProperties() | Returns an enumerator that can iterate through the properties in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | Remove(TKey) | (Inherited from IDictionary<TKey, TValue>.) |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | TryGetProperty(String^, ISfcProperty^%) | Attempts to get the property metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | TryGetPropertyValue(String^, Object^%) | Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | TryGetPropertyValue<T>(String^, T%) | Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.) |
![]() | TryGetValue(TKey, TValue%) | (Inherited from IDictionary<TKey, TValue>.) |

