IMajorObject Interface
Updated: May 24, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains the collection of major objects.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | BaseType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the base type implementation of the IMajorObject. |
![]() | Description | Gets or sets the long description of the component.(Inherited from INamedComponent.) |
![]() | FriendlyPath | Gets a friendly path for this instance.(Inherited from IModelComponent.) |
![]() | ID | Gets or sets the engine ID of the component.(Inherited from INamedComponent.) |
![]() | IsLoaded | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object reference implementation of the IMajorObject. |
![]() | OwningCollection | Gets or sets the collection that owns the current object.(Inherited from IModelComponent.) |
![]() | Parent | Gets the parent IModelComponent of this instance.(Inherited from IModelComponent.) |
![]() | ParentDatabase | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent database referred to by IMajorObject. |
![]() | ParentServer | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the T: HYPERLINK "http://msdn.microsoft.com/en-us/library/microsoft.analysisservices.server.aspx" Microsoft.AnalysisServices.Server object that is the parent of the IMajorObject object. |
![]() | Path | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the path implementation. |
![]() | Site | (Inherited from IComponent.) |
| Name | Description | |
|---|---|---|
![]() | CreateBody() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new body for the IMajorObject. |
![]() | DependsOn(IMajorObject^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the dimension permission depends on an object. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetDependents(Hashtable^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a mining structures and subsequent dependents to the specified Hashtable. |
![]() | Refresh() | This API supports the product infrastructure and is not intended to be used directly from your code. Updates current object from server definitions. |
![]() | Refresh(Boolean, RefreshType) | This API supports the product infrastructure and is not intended to be used directly from your code. Updates current object from server definitions and loaded dependent objects if specified. |
![]() | Update() | This API supports the product infrastructure and is not intended to be used directly from your code. Updates server definition of current object to actual values using the default values to updates dependent objects. |
![]() | WriteRef(XmlWriter^) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes a reference for the IMajorObject. |
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from IComponent.) |


