Partilhar via


Propriedade do RDL OverClause.Partitions

Gets a list of partitions.

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

Sintaxe

'Declaração
Public ReadOnly Property Partitions As IList(Of ScalarExpression)
    Get
'Uso
Dim instance As OverClause 
Dim value As IList(Of ScalarExpression)

value = instance.Partitions
public IList<ScalarExpression> Partitions { get; }
public:
property IList<ScalarExpression^>^ Partitions {
    IList<ScalarExpression^>^ get ();
}
member Partitions : IList<ScalarExpression>
function get Partitions () : IList<ScalarExpression>

Valor da propriedade

Tipo: System.Collections.Generic.IList<ScalarExpression>
A list of partitions.

Consulte também

Referência

OverClause Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom