Método AdomdPropertyCollection.Find (String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Function Find ( _
propertyName As String _
) As AdomdProperty
'Uso
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
Parâmetros
- propertyName
Tipo: System.String
The name of the AdomdProperty to find.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.
Comentários
If the object is not found, the Find method returns nulluma referência nula (Nothing no Visual Basic).