Interfaz IMajorObject
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")> _
Public Interface IMajorObject _
Inherits INamedComponent, IModelComponent, IComponent, IDisposable
'Uso
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
El tipo IMajorObject expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
BaseType | Infraestructura. | |
Description | (Se hereda de INamedComponent.) | |
FriendlyPath | Infraestructura. (Se hereda de IModelComponent.) | |
ID | (Se hereda de INamedComponent.) | |
IsLoaded | Infraestructura. | |
Name | (Se hereda de INamedComponent.) | |
ObjectReference | Infraestructura. | |
OwningCollection | Infraestructura. (Se hereda de IModelComponent.) | |
Parent | Infraestructura. (Se hereda de IModelComponent.) | |
ParentDatabase | Infraestructura. | |
ParentServer | Infraestructura. | |
Path | Infraestructura. | |
Site | (Se hereda de IComponent.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateBody | Infraestructura. | |
DependsOn | Infraestructura. | |
Dispose | (Se hereda de IDisposable.) | |
GetDependents | Infraestructura. | |
Refresh() () () () | Infraestructura. | |
Refresh(Boolean, RefreshType) | Infraestructura. | |
Update | Infraestructura. | |
WriteRef | Infraestructura. |
Arriba