次の方法で共有


Trend プロパティ

傾向を取得します。値の設定も可能です。傾向は多次元式 (MDX) で表されます。

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

構文

'宣言
Public Property Trend As String
    Get
    Set
'使用
Dim instance As Kpi
Dim value As String

value = instance.Trend

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

プロパティ値

型: System. . :: . .String
多次元式 (MDX) を表す String です。