次の方法で共有


ServerInfoHeader.ReportServerEdition プロパティ

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

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.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 値です。

関連項目

参照

ServerInfoHeader クラス

ReportService2010 名前空間