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 | |
---|---|---|
AdomdRestriction(String, Object) | Initializes a new instance of the AdomdRestriction class using name and value parameters. | |
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 | |
---|---|---|
Name | Gets or sets the name of the AdomdRestriction. | |
Namespace | Gets or sets the XML namespace with which the AdomdRestriction will be serialized. | |
Parent | Gets the containing collection, or null if the AdomdRestriction is not in a collection. | |
Value | Gets or sets the value of the AdomdRestriction. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.