Класс PerspectiveAttribute
Represents information about an attribute in a PerspectiveDimension element. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..PerspectiveAttribute
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")> _
Public NotInheritable Class PerspectiveAttribute _
Inherits ModelComponent _
Implements ICloneable
'Применение
Dim instance As PerspectiveAttribute
[GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")]
public sealed class PerspectiveAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")]
public ref class PerspectiveAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")>]
type PerspectiveAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveAttribute extends ModelComponent implements ICloneable
Тип PerspectiveAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
PerspectiveAttribute() () () () | Initializes a new instance of the PerspectiveAttribute class using default values. | |
PerspectiveAttribute(String) | Initializes a new instance of PerspectiveAttribute using an attribute identifier. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
Attribute | Gets the dimension attribute associated with a PerspectiveAttribute object. | |
AttributeHierarchyVisible | Gets or sets the Boolean property that makes an attribute hierarchy visible or hidden. | |
AttributeID | Gets or sets the attribute identifier associated with a PerspectiveAttribute object. | |
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CubeAttribute | Gets the cube attribute associated with a PerspectiveAttribute object. | |
DefaultMember | Gets or sets the default member associated with a PerspectiveAttribute object. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
FriendlyName | Инфраструктура. (Производный от ModelComponent.) | |
KeyForCollection | Инфраструктура. (Производный от ModelComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | Gets the parent perspective dimension of a PerspectiveAttribute object. | |
ParentCube | Gets the parent Cube of a PerspectiveAttribute object. | |
ParentDatabase | Gets the parent Database of a PerspectiveAttribute object. | |
ParentPerspective | Gets the parent Perspective of a PerspectiveAttribute object. | |
ParentServer | Gets the parent Server of a PerspectiveAttribute object. | |
Site | (Производный от Component.) |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. (Производный от ModelComponent.) | |
Clone | Creates a new, full copy of the PerspectiveAttribute object. | |
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) | |
CopyTo(PerspectiveAttribute) | Copies a PerspectiveAttribute object to the specified object. | |
CreateObjRef | (Производный от MarshalByRefObject.) | |
Dispose() () () () | (Производный от Component.) | |
Dispose(Boolean) | (Производный от Component.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Component.) | |
GetHashCode | (Производный от Object.) | |
GetLifetimeService | (Производный от MarshalByRefObject.) | |
GetService | (Производный от Component.) | |
GetType | (Производный от Object.) | |
InitializeLifetimeService | (Производный от MarshalByRefObject.) | |
MemberwiseClone() () () () | (Производный от Object.) | |
MemberwiseClone(Boolean) | (Производный от MarshalByRefObject.) | |
RemoveFromContainer | Инфраструктура. (Производный от ModelComponent.) | |
Reset | Инфраструктура. (Производный от ModelComponent.) | |
Submit() () () () | Инфраструктура. (Производный от ModelComponent.) | |
Submit(Boolean) | Инфраструктура. (Производный от ModelComponent.) | |
ToString | Инфраструктура. (Производный от ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Производный от ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Производный от ModelComponent.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Производный от ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Производный от ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.