Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of Partitions associated with a MeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Partitions As PartitionCollection
Get
'Usage
Dim instance As MeasureGroup
Dim value As PartitionCollection
value = instance.Partitions
[BrowsableAttribute(false)]
public PartitionCollection Partitions { get; }
[BrowsableAttribute(false)]
public:
property PartitionCollection^ Partitions {
PartitionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Partitions : PartitionCollection
function get Partitions () : PartitionCollection
Property Value
Type: Microsoft.AnalysisServices.PartitionCollection
A collection of Partitions.