AdomdRestriction Class

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

Inheritance Hierarchy

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

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

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

Methods

  Name Description
Public method Equals (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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.