Delen via


RegisteredServersStore.ReportingServicesServerGroupName Property

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

Property Value

Type: System.String