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