Freigeben über


RegisteredServersStore.ReportingServicesServerGroupName-Eigenschaft

Gets a string value that contains the name of the Reporting Services server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public ReadOnly Property ReportingServicesServerGroupName As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
A String value that contains the name of the Reporting Services server group.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServersStore Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace