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


Класс AdomdProperty

Represents a property of a command.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdProperty

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public NotInheritable Class AdomdProperty
'Применение
Dim instance As AdomdProperty
public sealed class AdomdProperty
public ref class AdomdProperty sealed
[<SealedAttribute>]
type AdomdProperty =  class end
public final class AdomdProperty

Тип AdomdProperty обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Открытый метод AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets a String representing the name of the AdomdProperty.
Открытое свойство Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Открытое свойство Parent Gets an Object representing the parent of the AdomdProperty.
Открытое свойство Value Gets or sets an Object representing the value of the AdomdProperty.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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