RegisteredServersStore.ReportingServicesServerGroupName プロパティ

Reporting Services サーバー グループの名前を表す文字列値を取得します。

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
Public ReadOnly Property ReportingServicesServerGroupName As String 
    Get
'使用
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

プロパティ値

型: System.String
Reporting Services サーバー グループの名前を表す String 値。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

RegisteredServersStore クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間