Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)