Interfaccia INamedComponent
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
Inherits IModelComponent, IComponent, IDisposable
'Utilizzo
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
Nel tipo INamedComponent sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Description | Gets or sets the long description of the component. | |
FriendlyPath | Infrastruttura. Gets a friendly path for this instance. Ereditato da 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 | Infrastruttura. Gets or sets the collection that owns the current object. Ereditato da IModelComponent. | |
Parent | Infrastruttura. Gets the parent IModelComponent of this instance. Ereditato da IModelComponent. | |
Site | Ereditato da IComponent. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Dispose | Ereditato da IDisposable. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da IComponent. |
In alto