AdomdRestriction Class
Updated: March 10, 2016
Restricts the information returned when retrieving schema information from a connection.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | 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. |
| Name | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

