Condividi tramite


Proprietà RegisteredServersStore.ReportingServicesServerGroup

Gets an object that represents a Reporting Services server group

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property ReportingServicesServerGroup As ServerGroup 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup value that specifies the Reporting Services server group.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServersStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers