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 | |
---|---|---|
BaseType | Infrastruttura. Gets the base type implementation of the IMajorObject. | |
Description | Gets or sets the long description of the component. Ereditato da INamedComponent. | |
FriendlyPath | Infrastruttura. Gets a friendly path for this instance. Ereditato da IModelComponent. | |
ID | Gets or sets the engine ID of the component. Ereditato da INamedComponent. | |
IsLoaded | Infrastruttura. Gets a value indicating whether the object is currently loaded. | |
Name | Gets or sets the name of the component as presented to user. Ereditato da INamedComponent. | |
ObjectReference | Infrastruttura. Gets the object reference implementation of the IMajorObject. | |
OwningCollection | Infrastruttura. Gets or sets the collection that owns the current object. Ereditato da IModelComponent. | |
Parent | Infrastruttura. Gets the parent IModelComponent of this instance. Ereditato da IModelComponent. | |
ParentDatabase | Infrastruttura. Gets the parent database referred to by IMajorObject. | |
ParentServer | Infrastruttura. Gets the Server object that is the parent of the IMajorObject object. | |
Path | Infrastruttura. Gets the path implementation. | |
Site | Ereditato da IComponent. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateBody | Infrastruttura. Creates a new body for the IMajorObject. | |
DependsOn | Infrastruttura. Determines whether the dimension permission depends on an object. | |
Dispose | Ereditato da IDisposable. | |
GetDependents | Infrastruttura. Adds a mining structures and subsequent dependents to the specified Hashtable. | |
Refresh() | Infrastruttura. Updates current object from server definitions. | |
Refresh(Boolean, RefreshType) | Infrastruttura. Updates current object from server definitions and loaded dependent objects if specified. | |
Update | Infrastruttura. Updates server definition of current object to actual values using the default values to updates dependent objects. | |
WriteRef | Infrastruttura. Writes a reference for the IMajorObject. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da IComponent. |
In alto