Partager via


Propriété NamedComponent.SiteID

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property SiteID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

NamedComponent Classe

Espace de noms Microsoft.AnalysisServices