PartitionCollection.GetByName Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public Partition GetByName(
    string name
)
public:
Partition^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Partition
Public Function GetByName (
    name As String
) As Partition

Parameters

Return Value

Type: Microsoft.AnalysisServices.Partition

The Partition if contained in the collection.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

PartitionCollection Class
Microsoft.AnalysisServices Namespace

Return to top