INamedComponent-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
Inherits IModelComponent, IComponent, IDisposable
'Usage
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
Der INamedComponent-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Description | Gets or sets the long description of the component. | |
FriendlyPath | Infrastruktur Gets a friendly path for this instance. (Geerbt von 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 | Infrastruktur Gets or sets the collection that owns the current object. (Geerbt von IModelComponent.) | |
Parent | Infrastruktur Gets the parent IModelComponent of this instance. (Geerbt von IModelComponent.) | |
Site | (Geerbt von IComponent.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Dispose | (Geerbt von IDisposable.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von IComponent.) |
Zum Anfang