Interface IMajorObject
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo IMajorObject expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BaseType | Infraestrutura. | |
Description | (Herdado de INamedComponent.) | |
FriendlyPath | Infraestrutura. (Herdado de IModelComponent.) | |
ID | (Herdado de INamedComponent.) | |
IsLoaded | Infraestrutura. | |
Name | (Herdado de INamedComponent.) | |
ObjectReference | Infraestrutura. | |
OwningCollection | Infraestrutura. (Herdado de IModelComponent.) | |
Parent | Infraestrutura. (Herdado de IModelComponent.) | |
ParentDatabase | Infraestrutura. | |
ParentServer | Infraestrutura. | |
Path | Infraestrutura. | |
Site | (Herdado de IComponent.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateBody | Infraestrutura. | |
DependsOn | Infraestrutura. | |
Dispose | (Herdado de IDisposable.) | |
GetDependents | Infraestrutura. | |
Refresh() () () () | Infraestrutura. | |
Refresh(Boolean, RefreshType) | Infraestrutura. | |
Update | Infraestrutura. | |
WriteRef | Infraestrutura. |
Início