DimensionAttribute Class

Describes a dimension attribute. This class cannot be inherited.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", GetType(IDesigner))> _
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute
    Inherits NamedComponent
    Implements ICloneable
[DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")] 
public sealed class DimensionAttribute : NamedComponent, ICloneable
[DesignerAttribute(L"Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[GuidAttribute(L"DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")] 
public ref class DimensionAttribute sealed : public NamedComponent, ICloneable
/** @attribute DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) */ 
/** @attribute GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D") */ 
public final class DimensionAttribute extends NamedComponent implements ICloneable
DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) 
GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D") 
public final class DimensionAttribute extends NamedComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.DimensionAttribute

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DimensionAttribute Members
Microsoft.AnalysisServices Namespace