Método Find (String, String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name and namespace.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Function Find ( _
propertyName As String, _
propertyNamespace As String _
) As AdomdProperty
'Uso
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName, _
propertyNamespace)
public AdomdProperty Find(
string propertyName,
string propertyNamespace
)
public:
AdomdProperty^ Find(
String^ propertyName,
String^ propertyNamespace
)
member Find :
propertyName:string *
propertyNamespace:string -> AdomdProperty
public function Find(
propertyName : String,
propertyNamespace : String
) : AdomdProperty
Parâmetros
- propertyName
Tipo: System. . :: . .String
The name of the AdomdProperty to find.
- propertyNamespace
Tipo: System. . :: . .String
The namespace of the AdomdProperty to find.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
An AdomdProperty.
Comentários
If the object is not found, the Find method returns null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) .
Consulte também