Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.