Trend 속성
Gets or sets the trend; which is represented by an MDX expression.
네임스페이스: 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
A String that contains an MDX expression.