NamedComponent.SiteID Property

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

[BrowsableAttribute(false)]
public string SiteID { get; set; }
public:
[BrowsableAttribute(false)]
property String^ SiteID {
    String^ get();
    void set(String^ value);
}
[<BrowsableAttribute(false)>]
member SiteID : string with get, set
<BrowsableAttribute(False)>
Public Property SiteID As String

Property Value

Type: System.String

The identifier for the site associated with the component.

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top