Compartilhar via


Interface IMajorObject

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Contains the collection of major objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")> _
Public Interface IMajorObject _
    Inherits INamedComponent, IModelComponent, IComponent, IDisposable
'Uso
Dim instance As IMajorObject
[GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[GuidAttribute(L"90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface class IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")>]
type IMajorObject =  
    interface 
        interface INamedComponent 
        interface IModelComponent 
        interface IComponent 
        interface IDisposable 
    end
public interface IMajorObject extends INamedComponent, IModelComponent, IComponent, IDisposable

O tipo IMajorObject expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BaseType Infraestrutura. Gets the base type implementation of the IMajorObject.
Propriedade pública Description Gets or sets the long description of the component. (Herdado de INamedComponent.)
Propriedade pública FriendlyPath Infraestrutura. Gets a friendly path for this instance. (Herdado de IModelComponent.)
Propriedade pública ID Gets or sets the engine ID of the component. (Herdado de INamedComponent.)
Propriedade pública IsLoaded Infraestrutura. Gets a value indicating whether the object is currently loaded.
Propriedade pública Name Gets or sets the name of the component as presented to user. (Herdado de INamedComponent.)
Propriedade pública ObjectReference Infraestrutura. Gets the object reference implementation of the IMajorObject.
Propriedade pública OwningCollection Infraestrutura. Gets or sets the collection that owns the current object. (Herdado de IModelComponent.)
Propriedade pública Parent Infraestrutura. Gets the parent IModelComponent of this instance. (Herdado de IModelComponent.)
Propriedade pública ParentDatabase Infraestrutura. Gets the parent database referred to by IMajorObject.
Propriedade pública ParentServer Infraestrutura. Gets the Server object that is the parent of the IMajorObject object.
Propriedade pública Path Infraestrutura. Gets the path implementation.
Propriedade pública Site (Herdado de IComponent.)

Início

Métodos

  Nome Descrição
Método público CreateBody Infraestrutura. Creates a new body for the IMajorObject.
Método público DependsOn Infraestrutura. Determines whether the dimension permission depends on an object.
Método público Dispose (Herdado de IDisposable.)
Método público GetDependents Infraestrutura. Adds a mining structures and subsequent dependents to the specified Hashtable.
Método público Refresh() Infraestrutura. Updates current object from server definitions.
Método público Refresh(Boolean, RefreshType) Infraestrutura. Updates current object from server definitions and loaded dependent objects if specified.
Método público Update Infraestrutura. Updates server definition of current object to actual values using the default values to updates dependent objects.
Método público WriteRef Infraestrutura. Writes a reference for the IMajorObject.

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de IComponent.)

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices