MemberFilter Constructor (String, MemberFilterType, String)
Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
구문
‘선언
Public Sub New ( _
propertyName As String, _
filterType As MemberFilterType, _
propertyValue As String _
)
public MemberFilter (
string propertyName,
MemberFilterType filterType,
string propertyValue
)
public:
MemberFilter (
String^ propertyName,
MemberFilterType filterType,
String^ propertyValue
)
public MemberFilter (
String propertyName,
MemberFilterType filterType,
String propertyValue
)
public function MemberFilter (
propertyName : String,
filterType : MemberFilterType,
propertyValue : String
)
매개 변수
- propertyName
The name of the property that to filter on.
- filterType
The type of filtering to apply to the property.
- propertyValue
The value of the property to filter for.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace