Freigeben über


NamedComponent.Site-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the site of the component.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Overrides Property Site As ISite 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.ComponentModel.ISite
The site of the component.

Implementiert

IComponent.Site

Siehe auch

Verweis

NamedComponent Klasse

Microsoft.AnalysisServices-Namespace