ReportServerDateTime プロパティ

レポート サーバーの現在の日付と時刻を返します。読み取り専用です。

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

構文

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

value = instance.ReportServerDateTime

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

プロパティ値

型: System. . :: . .String
レポート サーバーの日付と時刻を表す、読み取り専用の string です。