次の方法で共有


ID プロパティ

分析観点の ID を取得します。読み取り専用です。

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

構文

'宣言
Public Property ID As String
    Get
    Set
'使用
Dim instance As ModelPerspective
Dim value As String

value = instance.ID

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

プロパティ値

型: System. . :: . .String
分析観点の ID を表す String 値です。