Compartir a través de


AggregationDesignCollection.Find(String) Método

Definición

Obtiene el elemento AggregationDesign con el identificador especificado de la colección.

public Microsoft.AnalysisServices.AggregationDesign Find (string id);
member this.Find : string -> Microsoft.AnalysisServices.AggregationDesign
Public Function Find (id As String) As AggregationDesign

Parámetros

id
String

Identificador del elemento AggregationDesign que se va a buscar.

Devoluciones

AggregationDesign con el identificador especificado, si existe en la colección; en caso contrario, una referencia null (Nothing en Visual Basic).

Se aplica a