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 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdClient 命名空间