Condividi tramite


NamedComponent.Site Property

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<XmlIgnoreAttribute> _
Public Overrides Property Site As ISite
[XmlIgnoreAttribute] 
public override ISite Site { get; set; }
[XmlIgnoreAttribute] 
public:
virtual property ISite^ Site {
    ISite^ get () override;
    void set (ISite^ value) override;
}
/** @property */
public ISite get_Site ()

/** @property */
public void set_Site (ISite value)
public override function get Site () : ISite

public override function set Site (value : ISite)

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

NamedComponent Class
NamedComponent Members
Microsoft.AnalysisServices Namespace