Interfaz INamedComponent
Esta API admite la infraestructura de SQL Server 2012 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("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
El tipo INamedComponent expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Gets or sets the long description of the component. | |
FriendlyPath | Infraestructura. Gets a friendly path for this instance. (Se hereda 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 | Infraestructura. Gets or sets the collection that owns the current object. (Se hereda de IModelComponent.) | |
Parent | Infraestructura. Gets the parent IModelComponent of this instance. (Se hereda de IModelComponent.) | |
Site | (Se hereda de IComponent.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | (Se hereda de IDisposable.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de IComponent.) |
Arriba