AdomdRestriction-Klasse
Restricts the information returned when retrieving schema information from a connection.
Vererbungshierarchie
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..AdomdRestriction
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdRestriction
'Usage
Dim instance As AdomdRestriction
public sealed class AdomdRestriction
public ref class AdomdRestriction sealed
[<SealedAttribute>]
type AdomdRestriction = class end
public final class AdomdRestriction
Der AdomdRestriction-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.