Freigeben über


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
Öffentliche Methode AdomdRestriction(String, Object) Initializes a new instance of the AdomdRestriction class using name and value parameters.
Öffentliche Methode AdomdRestriction(String, String, Object) Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the AdomdRestriction.
Öffentliche Eigenschaft Namespace Gets or sets the XML namespace with which the AdomdRestriction will be serialized.
Öffentliche Eigenschaft Parent Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Öffentliche Eigenschaft Value Gets or sets the value of the AdomdRestriction.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace