Condividi tramite


Proprietà NamedComponent.SiteID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the identifier for the site associated with the component.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property SiteID As String 
    Get 
    Set
'Utilizzo
Dim instance As NamedComponent 
Dim value As String 

value = instance.SiteID

instance.SiteID = value
[BrowsableAttribute(false)]
public string SiteID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SiteID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SiteID : string with get, set
function get SiteID () : String 
function set SiteID (value : String)

Valore proprietà

Tipo: System.String
The identifier for the site associated with the component.

Vedere anche

Riferimento

NamedComponent Classe

Spazio dei nomi Microsoft.AnalysisServices