MemberFilter コンストラクター (String, MemberFilterType, String)
プロパティ名、プロパティ値、およびフィルタの種類を使用して、MemberFilter クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Sub New ( _
propertyName As String, _
filterType As MemberFilterType, _
propertyValue As String _
)
'使用
Dim propertyName As String
Dim filterType As MemberFilterType
Dim propertyValue As String
Dim instance As New MemberFilter(propertyName, _
filterType, propertyValue)
public MemberFilter(
string propertyName,
MemberFilterType filterType,
string propertyValue
)
public:
MemberFilter(
String^ propertyName,
MemberFilterType filterType,
String^ propertyValue
)
new :
propertyName:string *
filterType:MemberFilterType *
propertyValue:string -> MemberFilter
public function MemberFilter(
propertyName : String,
filterType : MemberFilterType,
propertyValue : String
)
パラメーター
- propertyName
型: System. . :: . .String
フィルタ選択するプロパティの名前です。
- filterType
型: Microsoft.AnalysisServices.AdomdClient. . :: . .MemberFilterType
プロパティに適用するフィルタ選択の種類です。
- propertyValue
型: System. . :: . .String
フィルタ選択するプロパティの値です。