Compartilhar via


Propriedade do RDL NamedComponent.SiteID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property SiteID As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

NamedComponent Classe

Namespace Microsoft.AnalysisServices