Share via


AdomdRestriction Members

Include Protected Members
Include Inherited Members

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

The AdomdRestriction type exposes the following members.

Constructors

  Name Description
Public method AdomdRestriction(String, Object) Initializes a new instance of the AdomdRestriction class using name and value parameters.
Public method AdomdRestriction(String, String, Object) Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top