Runs the Multidimensional Expressions (MDX) Filter function on a set.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)
语法
声明
Public Shared Function Filter ( _
set As Set, _
expression As Expression _
) As Set
public static Set Filter (
Set set,
Expression expression
)
public:
static Set^ Filter (
Set^ set,
Expression^ expression
)
public static Set Filter (
Set set,
Expression expression
)
public static function Filter (
set : Set,
expression : Expression
) : Set
参数
- set
The set that contains the members to be evaluated.
- expression
The Expression to be used to evaluate on the set.
返回值
A set that contains the tuples that match the conditions that are defined by expression.
备注
If no tuples match the conditions, an empty set is returned.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace