PartitionCollection.Find Method
SQL Server 2008
Gets the Partition, with the specified identifier, from the collection.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- id
- Type: System.String
The identifier of the Partition to be returned.
Return Value
Type: Microsoft.AnalysisServices.PartitionThe Partition if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).
