Share via


Expression 속성

Gets the MDX set expression that defines the NamedSet.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Expression As String
    Get
‘사용 방법
Dim instance As NamedSet
Dim value As String

value = instance.Expression
public string Expression { get; }
public:
property String^ Expression {
    String^ get ();
}
member Expression : string
function get Expression () : String

속성 값

유형: System. . :: . .String
A String that contains the set expression that defines the NamedSet.

주의

The set expression in a NamedSet can include any literal or function that can normally be incorporated into a set expression in MDX. The information for this property is retrieved from the EXPRESSION column of the MDSCHEMA_SETS 행 집합.