NamedSet.Expression 属性

Gets the MDX set expression that defines the NamedSet.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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 行集.

请参阅

参考

NamedSet 类

Microsoft.AnalysisServices.AdomdClient 命名空间