次の方法で共有


OverClause.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>
パーティションの一覧。

関連項目

参照

OverClause クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間