NamedComponent.SiteID 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the identifier for the site associated with the component.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Property SiteID As String
Get
Set
用法
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)
属性值
类型:System.String
The identifier for the site associated with the component.