CreatePartitionFunctionStatement.BoundaryValues Property

Gets a list of boundary values for each partition.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property BoundaryValues As IList(Of Expression)
public IList<Expression> BoundaryValues { get; }
public:
property IList<Expression^>^ BoundaryValues {
    IList<Expression^>^ get ();
}
member BoundaryValues : IList<Expression>
function get BoundaryValues () : IList<Expression>

Property Value

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

.NET Framework Security

See Also

Reference

CreatePartitionFunctionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace