Freigeben über


AdomdRestrictionCollection.Find-Methode (String, String)

Gets the specified AdomdRestriction from the collection by its name and namespace.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function Find ( _
    propertyName As String, _
    propertyNamespace As String _
) As AdomdRestriction
'Usage
Dim instance As AdomdRestrictionCollection 
Dim propertyName As String 
Dim propertyNamespace As String 
Dim returnValue As AdomdRestriction 

returnValue = instance.Find(propertyName, _
    propertyNamespace)
public AdomdRestriction Find(
    string propertyName,
    string propertyNamespace
)
public:
AdomdRestriction^ Find(
    String^ propertyName, 
    String^ propertyNamespace
)
member Find : 
        propertyName:string * 
        propertyNamespace:string -> AdomdRestriction
public function Find(
    propertyName : String, 
    propertyNamespace : String
) : AdomdRestriction

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
An AdomdRestriction object.

Hinweise

If the object is not found, the Find method returns null.

Siehe auch

Verweis

AdomdRestrictionCollection Klasse

Find-Überladung

Microsoft.AnalysisServices.AdomdClient-Namespace