Método PerspectiveAttributeCollection.Find
Gets the PerspectiveAttribute that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Find ( _
attributeId As String _
) As PerspectiveAttribute
'Uso
Dim instance As PerspectiveAttributeCollection
Dim attributeId As String
Dim returnValue As PerspectiveAttribute
returnValue = instance.Find(attributeId)
public PerspectiveAttribute Find(
string attributeId
)
public:
PerspectiveAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> PerspectiveAttribute
public function Find(
attributeId : String
) : PerspectiveAttribute
Parâmetros
- attributeId
Tipo: System.String
The identifier of the PerspectiveAttribute to return.
Valor de retorno
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).