Freigeben über


NamedComponent.SiteID-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property SiteID As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

NamedComponent Klasse

Microsoft.AnalysisServices-Namespace