NamedComponent.Site Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the site of the component.

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

Syntax

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

Property Value

Type: System.ComponentModel.ISite

The site of the component.

Implements

IComponent.Site IComponent.Site

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top