Класс 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 | ||
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.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.