INamedComponent 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
Inherits IModelComponent, IComponent, IDisposable
用法
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
INamedComponent 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Description | ||
FriendlyPath | 基础结构。 (从 IModelComponent 继承。) | |
ID | ||
Name | ||
OwningCollection | 基础结构。 (从 IModelComponent 继承。) | |
Parent | 基础结构。 (从 IModelComponent 继承。) | |
Site | (从 IComponent 继承。) |
页首