IMajorObject Interface
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Contains the collection of major objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The IMajorObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BaseType | Infrastructure. Gets the base type implementation of the IMajorObject. |
![]() | Description | Gets or sets the long description of the component. (Inherited from INamedComponent.) |
![]() | FriendlyPath | Infrastructure. Gets a friendly path for this instance. (Inherited from IModelComponent.) |
![]() | ID | Gets or sets the engine ID of the component. (Inherited from INamedComponent.) |
![]() | IsLoaded | Infrastructure. Gets a value indicating whether the object is currently loaded. |
![]() | Name | Gets or sets the name of the component as presented to user. (Inherited from INamedComponent.) |
![]() | ObjectReference | Infrastructure. Gets the object reference implementation of the IMajorObject. |
![]() | OwningCollection | Infrastructure. Gets or sets the collection that owns the current object. (Inherited from IModelComponent.) |
![]() | Parent | Infrastructure. Gets the parent IModelComponent of this instance. (Inherited from IModelComponent.) |
![]() | ParentDatabase | Infrastructure. Gets the parent database referred to by IMajorObject. |
![]() | ParentServer | Infrastructure. Gets the Server object that is the parent of the IMajorObject object. |
![]() | Path | Infrastructure. Gets the path implementation. |
![]() | Site | (Inherited from IComponent.) |
| Name | Description | |
|---|---|---|
![]() | CreateBody | Infrastructure. Creates a new body for the IMajorObject. |
![]() | DependsOn | Infrastructure. Determines whether the dimension permission depends on an object. |
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetDependents | Infrastructure. Adds a mining structures and subsequent dependents to the specified Hashtable. |
![]() | Refresh() | Infrastructure. Updates current object from server definitions. |
![]() | Refresh(Boolean, RefreshType) | Infrastructure. Updates current object from server definitions and loaded dependent objects if specified. |
![]() | Update | Infrastructure. Updates server definition of current object to actual values using the default values to updates dependent objects. |
![]() | WriteRef | Infrastructure. Writes a reference for the IMajorObject. |
