ReportingServicesServerGroupName 属性
命名空间: Microsoft.SqlServer.Management.RegisteredServers
程序集: Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
语法
声明
Public ReadOnly Property ReportingServicesServerGroupName As String
Get
用法
Dim instance As RegisteredServersStore
Dim value As String
value = instance.ReportingServicesServerGroupName
public string ReportingServicesServerGroupName { get; }
public:
property String^ ReportingServicesServerGroupName {
String^ get ();
}
member ReportingServicesServerGroupName : string
function get ReportingServicesServerGroupName () : String