CreatePartitionFunctionStatement.BoundaryValues Property

 

Applies To: SQL Server 2016 Preview

Gets a list of boundary values for each partition.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<ScalarExpression> BoundaryValues { get; }
public:
property IList<ScalarExpression^>^ BoundaryValues {
    IList<ScalarExpression^>^ get();
}
member BoundaryValues : IList<ScalarExpression> with get
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)

Property Value

Type: System.Collections.Generic.IList<ScalarExpression>

The list of boundary values for each partition.

See Also

CreatePartitionFunctionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top