共用方式為


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 命名空間