Класс AggregationInstanceDimension
Represents a dimension for a user-defined aggregation instance.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationInstanceDimension
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")> _
Public Class AggregationInstanceDimension _
Inherits ModelComponent _
Implements ICloneable
'Применение
Dim instance As AggregationInstanceDimension
[GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")]
public class AggregationInstanceDimension : ModelComponent,
ICloneable
[GuidAttribute(L"90643750-CFB4-43F2-9192-88E7B5C1075B")]
public ref class AggregationInstanceDimension : public ModelComponent,
ICloneable
[<GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")>]
type AggregationInstanceDimension =
class
inherit ModelComponent
interface ICloneable
end
public class AggregationInstanceDimension extends ModelComponent implements ICloneable
Тип AggregationInstanceDimension обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
AggregationInstanceDimension() () () () | Initializes a new instance of AggregationInstanceDimension using the default values. | |
AggregationInstanceDimension(String) | Initializes a new instance of AggregationInstanceDimension using an identifier. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
Attributes | ||
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CubeDimensionID | Gets or sets the cube dimension identifier for an AggregationInstanceDimension. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
FriendlyName | Инфраструктура. (Переопределяет ModelComponent. . :: . .FriendlyName.) | |
KeyForCollection | Инфраструктура. (Переопределяет ModelComponent. . :: . .KeyForCollection.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | Инфраструктура. (Производный от ModelComponent.) | |
Site | (Производный от Component.) |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. (Производный от ModelComponent.) | |
Clone | Creates a new, full copy of an object. | |
CopyTo(AggregationInstanceDimension) | Copies an AggregationInstanceDimension object to the specified object. | |
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) | |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.