Find Método (String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
An AdomdProperty.
Comentarios
If the object is not found, the Find method returns null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .