次の方法で共有


ReportAction.ReportServer プロパティ

レポート アクション サーバーを取得します。値の設定も可能です。

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

構文

'宣言
Public Property ReportServer As String 
    Get 
    Set
'使用
Dim instance As ReportAction 
Dim value As String 

value = instance.ReportServer

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

プロパティ値

型: System.String
レポート アクション サーバーです。

関連項目

参照

ReportAction クラス

Microsoft.AnalysisServices 名前空間