Interface INamedComponent
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("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
Inherits IModelComponent, IComponent, IDisposable
'Uso
Dim instance As INamedComponent
[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent,
IComponent, IDisposable
[GuidAttribute(L"BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface class INamedComponent : IModelComponent,
IComponent, IDisposable
[<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent =
interface
interface IModelComponent
interface IComponent
interface IDisposable
end
public interface INamedComponent extends IModelComponent, IComponent, IDisposable
O tipo INamedComponent expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Description | ||
FriendlyPath | Infraestrutura. (Herdado de IModelComponent.) | |
ID | ||
Name | ||
OwningCollection | Infraestrutura. (Herdado de IModelComponent.) | |
Parent | Infraestrutura. (Herdado de IModelComponent.) | |
Site | (Herdado de IComponent.) |
Início