AlterPartitionFunctionStatement.Boundary 屬性

取得或設定選擇性的界限值。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property Boundary As Expression
    Get
    Set
public Expression Boundary { get; set; }
public:
property Expression^ Boundary {
    Expression^ get ();
    void set (Expression^ value);
}
member Boundary : Expression with get, set
function get Boundary () : Expression
function set Boundary (value : Expression)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

請參閱

參考

AlterPartitionFunctionStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間