Classe Dimension
Represents the contents of a Dimension. This class cannot be inherited.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("1E3D786D-BE27-4c3b-B139-49A43155C9C7")> _
Public NotInheritable Class Dimension _
Inherits ProcessableMajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
'Utilizzo
Dim instance As Dimension
[GuidAttribute("1E3D786D-BE27-4c3b-B139-49A43155C9C7")]
public sealed class Dimension : ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[GuidAttribute(L"1E3D786D-BE27-4c3b-B139-49A43155C9C7")]
public ref class Dimension sealed : public ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("1E3D786D-BE27-4c3b-B139-49A43155C9C7")>]
type Dimension =
class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class Dimension extends ProcessableMajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .ProcessableMajorObject
Microsoft.AnalysisServices..::..Dimension
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.