OverClause.Partitions 属性

获取一个分区列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property Partitions As IList(Of Expression)
    Get
public IList<Expression> Partitions { get; }
public:
property IList<Expression^>^ Partitions {
    IList<Expression^>^ get ();
}
member Partitions : IList<Expression>
function get Partitions () : IList<Expression>

属性值

类型:System.Collections.Generic.IList<Expression>

备注

可选,可能有零个元素。

.NET Framework 安全性

请参见

参考

OverClause 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间