Microsoft SQL Server 2017+ Analysis Services generic core multidimensional partition.
Microsoft SQL Server 2017+ Analysis Services generic core multidimensional partition.
Base Class | System.Entity |
Abstract | True |
Hosted | False |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | fb3d9bf0-b84d-5c0b-1491-9acc0db5de7d |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
string | Display Name | Display name of the object. | false | 4000 | 0 | False | |
Microsoft.SQLServer.AnalysisServices.Core.MultidimensionalPartition: | |||||||
string | Partition Name | The name of the partition | true | 256 | 0 | False | |
string | Cube Name | Cube Name | true | 256 | 0 | False | |
string | Measure Group Name | Measure Group Name | true | 256 | 0 | False | |
string | Storage Location | The file system storage location of the partition | false | 260 | 0 | False |
<ClassType ID="Microsoft.SQLServer.AnalysisServices.Core.MultidimensionalPartition" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="PartitionName" Key="true" Type="string"/>
<Property ID="CubeName" Key="true" Type="string"/>
<Property ID="MeasureGroup" Key="true" Type="string"/>
<Property ID="StorageLocation" Key="false" Type="string" MaxLength="260"/>
</ClassType>