OverClause.Partitions 属性

Gets a list of partitions.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Partitions As IList(Of ScalarExpression)
    Get
用法
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>

属性值

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

请参阅

参考

OverClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间