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.