AdomdRestriction 类
Restricts the information returned when retrieving schema information from a connection.
继承层次结构
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..AdomdRestriction
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public NotInheritable Class AdomdRestriction
用法
Dim instance As AdomdRestriction
public sealed class AdomdRestriction
public ref class AdomdRestriction sealed
[<SealedAttribute>]
type AdomdRestriction = class end
public final class AdomdRestriction
AdomdRestriction 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
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 | 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. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。