XmlaLocationReference.PartitionName Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public string PartitionName { get; }
public:
property String^ PartitionName {
    String^ get();
}
member PartitionName : string with get
Public ReadOnly Property PartitionName As String

Property Value

Type: System.String

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top