次の方法で共有


ServerInfoHeader.ReportServerEdition プロパティ

定義

レポート サーバーのエディションを取得します。

public:
 property System::String ^ ReportServerEdition { System::String ^ get(); void set(System::String ^ value); };
public string ReportServerEdition { get; set; }
member this.ReportServerEdition : string with get, set
Public Property ReportServerEdition As String

プロパティ値

レポート サーバーの製品エディションを表す string 値です。

注釈

SQL Serverの各エディションでサポートされる機能の一覧については、「 SQL Server 2012 の各エディションがサポートする機能」を参照してください。

適用対象