次の方法で共有


Name プロパティ

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

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

構文

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

value = instance.Name

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

プロパティ値

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