Condividi tramite


Interfaccia IMajorObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Contains the collection of major objects.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")> _
Public Interface IMajorObject _
    Inherits INamedComponent, IModelComponent, IComponent, IDisposable
'Utilizzo
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

Nel tipo IMajorObject sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BaseType Infrastruttura. Gets the base type implementation of the IMajorObject.
Proprietà pubblica Description Gets or sets the long description of the component. Ereditato da INamedComponent.
Proprietà pubblica FriendlyPath Infrastruttura. Gets a friendly path for this instance. Ereditato da IModelComponent.
Proprietà pubblica ID Gets or sets the engine ID of the component. Ereditato da INamedComponent.
Proprietà pubblica IsLoaded Infrastruttura. Gets a value indicating whether the object is currently loaded.
Proprietà pubblica Name Gets or sets the name of the component as presented to user. Ereditato da INamedComponent.
Proprietà pubblica ObjectReference Infrastruttura. Gets the object reference implementation of the IMajorObject.
Proprietà pubblica OwningCollection Infrastruttura. Gets or sets the collection that owns the current object. Ereditato da IModelComponent.
Proprietà pubblica Parent Infrastruttura. Gets the parent IModelComponent of this instance. Ereditato da IModelComponent.
Proprietà pubblica ParentDatabase Infrastruttura. Gets the parent database referred to by IMajorObject.
Proprietà pubblica ParentServer Infrastruttura. Gets the Server object that is the parent of the IMajorObject object.
Proprietà pubblica Path Infrastruttura. Gets the path implementation.
Proprietà pubblica Site Ereditato da IComponent.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateBody Infrastruttura. Creates a new body for the IMajorObject.
Metodo pubblico DependsOn Infrastruttura. Determines whether the dimension permission depends on an object.
Metodo pubblico Dispose Ereditato da IDisposable.
Metodo pubblico GetDependents Infrastruttura. Adds a mining structures and subsequent dependents to the specified Hashtable.
Metodo pubblico Refresh() Infrastruttura. Updates current object from server definitions.
Metodo pubblico Refresh(Boolean, RefreshType) Infrastruttura. Updates current object from server definitions and loaded dependent objects if specified.
Metodo pubblico Update Infrastruttura. Updates server definition of current object to actual values using the default values to updates dependent objects.
Metodo pubblico WriteRef Infrastruttura. Writes a reference for the IMajorObject.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da IComponent.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices