CreatePartitionFunctionStatement.BoundaryValues 屬性

Gets a list of boundary values for each partition.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.IList<ScalarExpression>
The list of boundary values for each partition.

請參閱

參考

CreatePartitionFunctionStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間