Partager via


IContext Interface

Définition

Récupère un objet de service qui fournit une prise en charge personnalisée aux autres objets.

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
Dérivé
Implémente

Méthodes

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

Ajoute une propriété au dictionnaire avec la résolution spécifiée de la propriété.

(Hérité de IPropertyDictionary)
Add(ISfcProperty)

Ajoute la propriété spécifiée au dictionnaire.

(Hérité de IPropertyDictionary)
Add(ISfcProperty, PropertyCollisionResolution)

Ajoute une propriété au dictionnaire avec la résolution d'interface spécifiée.

(Hérité de IPropertyDictionary)
Add(KeyValuePair<String,Object>, PropertyCollisionResolution)

Ajoute la clé et la valeur spécifiées au dictionnaire.

(Hérité de IPropertyDictionary)
Add(String, Object, PropertyCollisionResolution)

Ajoute une propriété au dictionnaire avec la clé, la valeur et la résolution spécifiées de la propriété.

(Hérité de IPropertyDictionary)
Add(String, Type)

Ajoute une propriété au dictionnaire avec le nom et le type spécifiés.

(Hérité de IPropertyDictionary)
Add(String, Type, PropertyCollisionResolution)

Ajoute une propriété au dictionnaire avec la résolution d'interface, le type et le nom spécifiés.

(Hérité de IPropertyDictionary)
Contains(ISfcProperty)

Vérifie si une propriété avec les métadonnées spécifiées figure dans le jeu de propriétés. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)
Contains(String)

Vérifie si une propriété avec le nom spécifié figure dans le jeu de propriétés. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)
Contains<T>(String)

Vérifie si une propriété portant le nom et le type spécifiés se trouvent dans le jeu de propriétés Ne référencez pas ce membre directement dans votre code. Il prend en charge l’infrastructure SQL Server..

(Hérité de ISfcPropertySet)
EnumProperties()

Retourne un énumérateur qui peut parcourir les propriétés dans le jeu de propriétés. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)
TryGetProperty(String, ISfcProperty)

Tente d'obtenir les métadonnées de propriété. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)
TryGetPropertyValue(String, Object)

Tente d'obtenir la valeur de propriété. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)
TryGetPropertyValue<T>(String, T)

Tente d'obtenir la valeur de propriété. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

(Hérité de ISfcPropertySet)

S’applique à