Поделиться через


Класс 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient