Metodo Find (String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
propertyName As String _
) As AdomdProperty
'Utilizzo
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName)
public AdomdProperty Find(
string propertyName
)
public:
AdomdProperty^ Find(
String^ propertyName
)
member Find :
propertyName:string -> AdomdProperty
public function Find(
propertyName : String
) : AdomdProperty
Parametri
- propertyName
Tipo: System. . :: . .String
The name of the AdomdProperty to find.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
An AdomdProperty.
Osservazioni
If the object is not found, the Find method returns null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .