IModelComponent 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a model component.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
Inherits IComponent, IDisposable
用法
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent,
IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent,
IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =
interface
interface IComponent
interface IDisposable
end
public interface IModelComponent extends IComponent, IDisposable
IModelComponent 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
FriendlyPath | 基础结构。Gets a friendly path for this instance. | |
OwningCollection | 基础结构。Gets or sets the collection that owns the current object. | |
Parent | 基础结构。Gets the parent IModelComponent of this instance. | |
Site | (从 IComponent 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Dispose | (从 IDisposable 继承。) |
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | (从 IComponent 继承。) |
页首