Interface INamedComponent
Essa API oferece suporte à infraestrutura do SQL Server 2012 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 | Gets or sets the long description of the component. | |
FriendlyPath | Infraestrutura. Gets a friendly path for this instance. (Herdado de IModelComponent.) | |
ID | Gets or sets the engine ID of the component. | |
Name | Gets or sets the name of the component as presented to user. | |
OwningCollection | Infraestrutura. Gets or sets the collection that owns the current object. (Herdado de IModelComponent.) | |
Parent | Infraestrutura. Gets the parent IModelComponent of this instance. (Herdado de IModelComponent.) | |
Site | (Herdado de IComponent.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | (Herdado de IDisposable.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de IComponent.) |
Início