ResampleStatisticsOption.Partitions Property

 

Applies To: SQL Server 2016 Preview

Gets the partitions of the option.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<StatisticsPartitionRange> Partitions { get; }
public:
property IList<StatisticsPartitionRange^>^ Partitions {
    IList<StatisticsPartitionRange^>^ get();
}
member Partitions : IList<StatisticsPartitionRange> with get
Public ReadOnly Property Partitions As IList(Of StatisticsPartitionRange)

Property Value

Type: System.Collections.Generic.IList<StatisticsPartitionRange>

The partitions of the option.

See Also

ResampleStatisticsOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top