次の方法で共有


ServerInfoHeader.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 値です。

説明

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

関連項目

参照

ServerInfoHeader クラス

ReportService2005 名前空間