Metodo Find (String, String)
Gets the specified AdomdRestriction from the collection by its name and namespace.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
propertyName As String, _
propertyNamespace As String _
) As AdomdRestriction
'Utilizzo
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
Parametri
- propertyName
Tipo: System. . :: . .String
The name of the AdomdRestriction to find.
- propertyNamespace
Tipo: System. . :: . .String
The namespace of the AdomdRestriction to find.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
An AdomdRestriction.
Osservazioni
If the object is not found, the Find method returns null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .
Vedere anche