Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Dimension with the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
id As String _
) As Dimension
'Usage
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
Parameters
- id
Type: System.String
The identifier of the Dimension to be returned.
Return Value
Type: Microsoft.AnalysisServices.Dimension
The Dimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).