This topic has not yet been rated - Rate this topic

PartitionCollection.Find Method

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public Partition Find(
	string id
)

Parameters

id
Type: System.String
The identifier of the Partition to be returned.

Return Value

Type: Microsoft.AnalysisServices.Partition
The Partition if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.