NamedComponent.SiteID Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public string SiteID { get; set; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property String^ SiteID {
    String^ get();
    void set(String^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member SiteID : string with get, set
<XmlIgnoreAttribute>
<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