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