Método Find
Gets the Dimension with the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Find ( _
id As String _
) As Dimension
'Uso
Dim instance As DimensionCollection
Dim id As String
Dim returnValue As Dimension
returnValue = instance.Find(id)
public Dimension Find(
string id
)
public:
Dimension^ Find(
String^ id
)
member Find :
id:string -> Dimension
public function Find(
id : String
) : Dimension
Parâmetros
- id
Tipo: System. . :: . .String
The identifier of the Dimension to be returned.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Dimension
The Dimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).