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 | |
---|---|---|
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.