Interface IMajorObject

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Contains the collection of major objects.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Le type IMajorObject expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BaseType Infrastructure. Gets the base type implementation of the IMajorObject.
Propriété publique Description Gets or sets the long description of the component. (hérité de INamedComponent.)
Propriété publique FriendlyPath Infrastructure. Gets a friendly path for this instance. (hérité de IModelComponent.)
Propriété publique ID Gets or sets the engine ID of the component. (hérité de INamedComponent.)
Propriété publique IsLoaded Infrastructure. Gets a value indicating whether the object is currently loaded.
Propriété publique Name Gets or sets the name of the component as presented to user. (hérité de INamedComponent.)
Propriété publique ObjectReference Infrastructure. Gets the object reference implementation of the IMajorObject.
Propriété publique OwningCollection Infrastructure. Gets or sets the collection that owns the current object. (hérité de IModelComponent.)
Propriété publique Parent Infrastructure. Gets the parent IModelComponent of this instance. (hérité de IModelComponent.)
Propriété publique ParentDatabase Infrastructure. Gets the parent database referred to by IMajorObject.
Propriété publique ParentServer Infrastructure. Gets the Server object that is the parent of the IMajorObject object.
Propriété publique Path Infrastructure. Gets the path implementation.
Propriété publique Site (hérité de IComponent.)

Haut de la page

Méthodes

  Nom Description
Méthode publique CreateBody Infrastructure. Creates a new body for the IMajorObject.
Méthode publique DependsOn Infrastructure. Determines whether the dimension permission depends on an object.
Méthode publique Dispose (hérité de IDisposable.)
Méthode publique GetDependents Infrastructure. Adds a mining structures and subsequent dependents to the specified Hashtable.
Méthode publique Refresh() Infrastructure. Updates current object from server definitions.
Méthode publique Refresh(Boolean, RefreshType) Infrastructure. Updates current object from server definitions and loaded dependent objects if specified.
Méthode publique Update Infrastructure. Updates server definition of current object to actual values using the default values to updates dependent objects.
Méthode publique WriteRef Infrastructure. Writes a reference for the IMajorObject.

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de IComponent.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices