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


Класс Property

Represents a property of various ADOMD.NET objects.

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

System.Object
  Microsoft.AnalysisServices.AdomdServer.Property

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

Синтаксис

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

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

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the Property.
Открытый метод Dispose Releases all resources used by the Property.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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