Condition 속성
Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(True)> _
Public Property Condition As String
Get
Set
‘사용 방법
Dim instance As Action
Dim value As String
value = instance.Condition
instance.Condition = value
[BrowsableAttribute(true)]
public string Condition { get; set; }
[BrowsableAttribute(true)]
public:
property String^ Condition {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(true)>]
member Condition : string with get, set
function get Condition () : String
function set Condition (value : String)
속성 값
유형: System. . :: . .String
A string that contains the MDX expression.