Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets the specified AdomdRestriction from the collection by its name and namespace.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
Public Function Find ( _
propertyName As String, _
propertyNamespace As String _
) As AdomdRestriction
public AdomdRestriction Find (
string propertyName,
string propertyNamespace
)
public:
AdomdRestriction^ Find (
String^ propertyName,
String^ propertyNamespace
)
public AdomdRestriction Find (
String propertyName,
String propertyNamespace
)
public function Find (
propertyName : String,
propertyNamespace : String
) : AdomdRestriction
Parámetros
- propertyName
The name of the AdomdRestriction to find.
- propertyNamespace
The namespace of the AdomdRestriction to find.
Valor devuelto
An AdomdRestriction.
Notas
If the object is not found, the Find method returns null.
Seguridad para subprocesos
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.
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
AdomdRestrictionCollection Class
AdomdRestrictionCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace