Partager via


Classe AdomdRestriction

Restricts the information returned when retrieving schema information from a connection.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdRestriction

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdRestriction
'Utilisation
Dim instance As AdomdRestriction
public sealed class AdomdRestriction
public ref class AdomdRestriction sealed
[<SealedAttribute>]
type AdomdRestriction =  class end
public final class AdomdRestriction

Le type AdomdRestriction expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdRestriction(String, Object) Initializes a new instance of the AdomdRestriction class using name and value parameters.
Méthode publique AdomdRestriction(String, String, Object) Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets the name of the AdomdRestriction.
Propriété publique Namespace Gets or sets the XML namespace with which the AdomdRestriction will be serialized.
Propriété publique Parent Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Propriété publique Value Gets or sets the value of the AdomdRestriction.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdClient