Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the MemberFilter class with the property name and the property value.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
Public Sub New ( _
propertyName As String, _
propertyValue As String _
)
public MemberFilter (
string propertyName,
string propertyValue
)
public:
MemberFilter (
String^ propertyName,
String^ propertyValue
)
public MemberFilter (
String propertyName,
String propertyValue
)
public function MemberFilter (
propertyName : String,
propertyValue : String
)
Parámetros
- propertyName
The name of the property to filter on.
- propertyValue
The value of the property to filter for.
Notas
The default type of the filter is the Equals type.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace