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


Класс Property

Represents a property of various ADOMD.NET objects.

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

System.Object
  Microsoft.AnalysisServices.AdomdClient.Property

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Name Gets a String representing the name of the Property.
Открытое свойство Type Gets a Type representing the type of the Property.
Открытое свойство Value Gets an Object representing the value of the Property.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of an Object are equal. (Переопределяет Object.Equals(Object).)
Открытый метод GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Returns a String that represents the current Property. (Переопределяет Object.ToString().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two specified instances of Property are equal.
Открытый операторСтатический элемент Inequality Determines whether two specified instances of Property are not equal.

В начало

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

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

См. также

Справочник

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