OverClause.Partitions Property
Gets a list of partitions.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Partitions As IList(Of Expression)
public IList<Expression> Partitions { get; }
public:
property IList<Expression^>^ Partitions {
IList<Expression^>^ get ();
}
member Partitions : IList<Expression>
function get Partitions () : IList<Expression>
Property Value
Type: System.Collections.Generic.IList<Expression>
Remarks
Optional, may have zero elements.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.