次の方法で共有


ReportServerEdition プロパティ

レポート サーバーのエディションです。読み取り専用です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property ReportServerEdition As String
    Get
    Set
'使用
Dim instance As ServerInfoHeader
Dim value As String

value = instance.ReportServerEdition

instance.ReportServerEdition = value
public string ReportServerEdition { get; set; }
public:
property String^ ReportServerEdition {
    String^ get ();
    void set (String^ value);
}
member ReportServerEdition : string with get, set
function get ReportServerEdition () : String
function set ReportServerEdition (value : String)

プロパティ値

型: System. . :: . .String
レポート サーバーのエディションを含む、読み取り専用の String 値です。

説明

Reporting Services のエディションは、Developer Edition、Evaluation Edition、Enterprise Edition、Standard Edition です。