NamedComponent.Site 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the site of the component.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Overrides Property Site As ISite 
    Get 
    Set
用法
Dim instance As NamedComponent 
Dim value As ISite 

value = instance.Site

instance.Site = value
public override ISite Site { get; set; }
public:
virtual property ISite^ Site {
    ISite^ get () override;
    void set (ISite^ value) override;
}
abstract Site : ISite with get, set 
override Site : ISite with get, set
override function get Site () : ISite 
override function set Site (value : ISite)

属性值

类型:System.ComponentModel.ISite
The site of the component.

实现

IComponent.Site

请参阅

参考

NamedComponent 类

Microsoft.AnalysisServices 命名空间