Share via


MeasureGroupAttribute Clase

Represents the relationship between an attribute and a measure group.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")> _
Public NotInheritable Class MeasureGroupAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Uso
Dim instance As MeasureGroupAttribute
[GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public sealed class MeasureGroupAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public ref class MeasureGroupAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")>]
type MeasureGroupAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class MeasureGroupAttribute extends ModelComponent implements ICloneable

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..MeasureGroupAttribute

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.