CubeAttribute Clase

Defines details for an attribute on a cube. Attributes in the dimension not explicitly included in this collection become part of the collection (and are returned by Discover) with all default values. This class cannot be inherited.

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

Sintaxis

'Declaración
<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")> _
Public NotInheritable Class CubeAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Uso
Dim instance As CubeAttribute
[GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public sealed class CubeAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public ref class CubeAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")>]
type CubeAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class CubeAttribute extends ModelComponent implements ICloneable

Jerarquía de herencia

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

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.