Compartir a través de


AggregationDesignAttributeCollection.Find Método

Gets the AggregationDesignAttribute, with the specified identifier, from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Find ( _
    attributeId As String _
) As AggregationDesignAttribute
'Uso
Dim instance As AggregationDesignAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationDesignAttribute 

returnValue = instance.Find(attributeId)
public AggregationDesignAttribute Find(
    string attributeId
)
public:
AggregationDesignAttribute^ Find(
    String^ attributeId
)
member Find : 
        attributeId:string -> AggregationDesignAttribute
public function Find(
    attributeId : String
) : AggregationDesignAttribute

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

Vea también

Referencia

AggregationDesignAttributeCollection Clase

Espacio de nombres Microsoft.AnalysisServices