PartitionCollection.Find Method

Gets the Partition, with the specified identifier, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public Partition Find(
    string id
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Partition
The Partition if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

PartitionCollection Class

Microsoft.AnalysisServices Namespace