CreatePartitionFunctionStatement.BoundaryValues Property
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
'Declaration
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
Get
'Usage
Dim instance As CreatePartitionFunctionStatement
Dim value As IList(Of ScalarExpression)
value = instance.BoundaryValues
public IList<ScalarExpression> BoundaryValues { get; }
public:
property IList<ScalarExpression^>^ BoundaryValues {
IList<ScalarExpression^>^ get ();
}
member BoundaryValues : IList<ScalarExpression>
function get BoundaryValues () : IList<ScalarExpression>
Property Value
Type: System.Collections.Generic.IList<ScalarExpression>
The list of boundary values for each partition.