Metodo PerspectiveAttributeCollection.Find
Gets the PerspectiveAttribute that has the specified identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
attributeId As String _
) As PerspectiveAttribute
'Utilizzo
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
Parametri
- attributeId
Tipo: System.String
The identifier of the PerspectiveAttribute to return.
Valore restituito
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).