Método AggregationDesignAttributeCollection.Find
Gets the AggregationDesignAttribute, with 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 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
- attributeId
Tipo: System.String
The identifier of the AggregationDesignAttribute to be returned.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).