NamedComponent.Site Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the site of the component.

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

Syntax

public override ISite Site { get; set; }
public:
property ISite^ Site {
    virtual ISite^ get() override;
    virtual void set(ISite^ value) override;
}
override Site : ISite with get, set
Public Overrides Property Site As ISite

Property Value

Type: System.ComponentModel.ISite

The site of the component.

Implements

IComponent.SiteIComponent.Site

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top