IPropertyDictionary Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elenco di elementi contenuto nell'oggetto 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
- Derivato
- Implementazioni
-
ISfcPropertySet ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
Metodi
Add(IEnumerable<KeyValuePair<String,Object>>, PropertyCollisionResolution) |
Aggiunge una proprietà al dizionario con la risoluzione specificata della proprietà. |
Add(ISfcProperty) |
Aggiunge la proprietà specificata al dizionario. |
Add(ISfcProperty, PropertyCollisionResolution) |
Aggiunge una proprietà al dizionario con la risoluzione dell'interfaccia specificata. |
Add(KeyValuePair<String,Object>, PropertyCollisionResolution) |
Aggiunge la chiave e il valore specificati al dizionario. |
Add(String, Object, PropertyCollisionResolution) |
Aggiunge una proprietà al dizionario con la chiave, il valore e la risoluzione della proprietà specificati. |
Add(String, Type) |
Aggiunge una proprietà al dizionario con il nome e il tipo specificati. |
Add(String, Type, PropertyCollisionResolution) |
Aggiunge una proprietà al dizionario con il nome, il tipo e la risoluzione dell'interfaccia specificati. |
Contains(ISfcProperty) |
Controlla se nel set di proprietà è contenuta una proprietà con i metadati specificati. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |
Contains(String) |
Controlla se nel set di proprietà è contenuta una proprietà con il nome specificato. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |
Contains<T>(String) |
Verifica se una proprietà con il nome e il tipo specificati si trova nel set di proprietà Non fare riferimento a questo membro direttamente nel codice. Supporta l'infrastruttura SQL Server. (Ereditato da ISfcPropertySet) |
EnumProperties() |
Restituisce un enumeratore che può scorrere le proprietà nel set di proprietà. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |
TryGetProperty(String, ISfcProperty) |
Tenta di ottenere i metadati della proprietà. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |
TryGetPropertyValue(String, Object) |
Tenta di ottenere il valore della proprietà. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |
TryGetPropertyValue<T>(String, T) |
Tenta di ottenere il valore della proprietà. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. (Ereditato da ISfcPropertySet) |