Класс DimensionAttribute
Describes a dimension attribute. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..DimensionAttribute
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute _
Inherits NamedComponent _
Implements ICloneable
'Применение
Dim instance As DimensionAttribute
[GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")]
public sealed class DimensionAttribute : NamedComponent,
ICloneable
[GuidAttribute(L"DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")]
public ref class DimensionAttribute sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")>]
type DimensionAttribute =
class
inherit NamedComponent
interface ICloneable
end
public final class DimensionAttribute extends NamedComponent implements ICloneable
Тип DimensionAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DimensionAttribute() () () () | Initializes a new instance of DimensionAttribute using the default values. | |
DimensionAttribute(String) | Initializes a new instance of DimensionAttribute using a name. | |
DimensionAttribute(String, String) | Initializes a new instance of DimensionAttribute using a name and an identifier. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
AttributeHierarchyDisplayFolder | Gets or sets the folder in which to display the associated attribute hierarchy. | |
AttributeHierarchyEnabled | Gets or sets whether an attribute hierarchy is enabled for the attribute. | |
AttributeHierarchyOptimizedState | Gets or sets the level of optimization applied to the attribute hierarchy. | |
AttributeHierarchyOrdered | Gets or sets whether the associated attribute hierarchy is ordered. | |
AttributeHierarchyVisible | Gets or sets whether the attribute hierarchy is visible to client applications. | |
AttributeRelationships | Gets the collection of AttributeRelationship objects for the attribute. | |
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CustomRollupColumn | Gets or sets the details of the column that provide a custom rollup formula. | |
CustomRollupPropertiesColumn | Gets or sets the details of a column that provide the properties of a custom rollup formula. | |
DefaultMember | Gets or sets a Multidimensional Expressions (MDX) expression that identifies the default member of DimensionAttribute. | |
Description | (Производный от NamedComponent.) | |
DesignMode | (Производный от Component.) | |
DiscretizationBucketCount | Gets or sets the number of buckets into which to discretize attribute values. | |
DiscretizationMethod | Gets or sets the method to be used for discretization. | |
EstimatedCount | Gets or sets the estimated number of members for an attribute. | |
Events | (Производный от Component.) | |
FriendlyName | (Производный от NamedComponent.) | |
GroupingBehavior | ||
ID | (Производный от NamedComponent.) | |
InstanceSelection | Gets or sets a hint to client applications to suggest how a list of items should be displayed, based on the expected number of items in the list. | |
IsAggregatable | Gets or sets whether the values of the DimensionAttribute object can be aggregated. | |
KeyColumns | Gets the collection of key column definitions for DimensionAttribute. | |
KeyForCollection | (Производный от NamedComponent.) | |
KeyUniquenessGuarantee | Gets or sets whether the relationship between the attribute key and its name, and the relationship to related attributes, is guaranteed to be valid. | |
MemberNamesUnique | Gets or sets whether member names under DimensionAttribute must be unique. | |
MembersWithData | Gets or sets whether to display data members for non-leaf members in the parent attribute. | |
MembersWithDataCaption | Gets or sets a template string that is used to create captions for system-generated data members. | |
Name | (Производный от NamedComponent.) | |
NameColumn | Gets or sets the column that provides the name of the DimensionAttribute. | |
NamingTemplate | Gets or sets how levels are named in a parent-child hierarchy constructed from the DimensionAttribute object. | |
NamingTemplateTranslations | Gets a collection of localized translations for the NamingTemplate property. | |
OrderBy | Gets or sets how to order the members contained in the attribute. | |
OrderByAttribute | Gets or sets the attribute by which to order the members of the attribute hierarchy. | |
OrderByAttributeID | Gets or sets another attribute by which to order the members of the DimensionAttribute. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | ||
ParentDatabase | Gets the parent database of the attribute. | |
ParentServer | Gets the parent Server of the attribute. | |
ProcessingState | ||
RootMemberIf | Gets or sets how the root member or members of a parent attribute are identified. | |
Site | (Производный от NamedComponent.) | |
SiteID | (Производный от NamedComponent.) | |
SkippedLevelsColumn | Gets or sets the details of a column that stores the number of skipped (empty) levels between each member and its parent. | |
Source | ||
Translations | Gets the collection of Translation objects associated with DimensionAttribute. | |
Type | ||
UnaryOperatorColumn | Gets or sets the details of a column providing a unary operator. | |
Usage | Gets or sets how an attribute is used. | |
ValueColumn | Gets or sets the column that provides the value of DimensionAttribute. |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. (Производный от ModelComponent.) | |
Clone | Creates a new full copy of the DimensionAttribute object. | |
CopyTo(DimensionAttribute) | ||
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) | |
CopyTo(NamedComponent) | (Производный от NamedComponent.) | |
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 | (Производный от NamedComponent.) | |
Submit() () () () | Инфраструктура. (Производный от ModelComponent.) | |
Submit(Boolean) | Инфраструктура. (Производный от ModelComponent.) | |
ToString | (Производный от NamedComponent.) | |
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) | (Переопределяет NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (Производный от NamedComponent.) | |
IHostableComponent. . :: . .Host | (Производный от ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Производный от ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.