Share via


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)
'Usage
Dim instance As CreatePartitionFunctionStatement 
Dim value As IList(Of Expression)

value = instance.BoundaryValues
public IList<Expression> BoundaryValues { get; }
public:
property IList<Expression^>^ BoundaryValues {
    IList<Expression^>^ get ();
}
public function get BoundaryValues () : IList<Expression>

Property Value

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

.NET Framework Security

See Also

Reference

CreatePartitionFunctionStatement Class

CreatePartitionFunctionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace