次の方法で共有


ReportAction.Path プロパティ

レポート アクションのパスを取得または設定します。

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

構文

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

value = instance.Path

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

プロパティ値

型: System.String
レポート アクションのパスです。

関連項目

参照

ReportAction クラス

Microsoft.AnalysisServices 名前空間