Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The INamedComponent type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets or sets the long description of the component. |
![]() |
FriendlyPath | Infrastructure. Gets a friendly path for this instance. (Inherited from 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 | Infrastructure. Gets or sets the collection that owns the current object. (Inherited from IModelComponent.) |
![]() |
Parent | Infrastructure. Gets the parent IModelComponent of this instance. (Inherited from IModelComponent.) |
![]() |
Site | (Inherited from IComponent.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from IDisposable.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Disposed | (Inherited from IComponent.) |
Top