Expression 속성
Gets or sets an MDX Expression associated with a StandardAction object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(True)> _
Public Property Expression As String
Get
Set
‘사용 방법
Dim instance As StandardAction
Dim value As String
value = instance.Expression
instance.Expression = value
[BrowsableAttribute(true)]
public string Expression { get; set; }
[BrowsableAttribute(true)]
public:
property String^ Expression {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(true)>]
member Expression : string with get, set
function get Expression () : String
function set Expression (value : String)
속성 값
유형: System. . :: . .String
An MDX Expression.