RegisteredServersStore.ReportingServicesServerGroup Property
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property ReportingServicesServerGroup As ServerGroup
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup