PartitionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public Partition Find(
    string id
)
public:
Partition^ Find(
    String^ id
)
member Find : 
        id:string -> Partition
Public Function Find (
    id As String
) As Partition

Parameters

Return Value

Type: Microsoft.AnalysisServices.Partition

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

See Also

PartitionCollection Class
Microsoft.AnalysisServices Namespace

Return to top