Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Returns the AggregationAttribute with the specified attribute identifier or null if not found.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
attributeId As String _
) As AggregationAttribute
'Uso
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Find(attributeId)
public AggregationAttribute Find(
string attributeId
)
public:
AggregationAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AggregationAttribute
public function Find(
attributeId : String
) : AggregationAttribute
Parámetros
- attributeId
Tipo: System.String
The attribute identifier of the AggregationAttribute to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute or a null reference (Nothing in Visual Basic) if not found.