AlterPartitionFunctionStatement.Boundary 属性
Gets or sets the boundary value of the partition.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Boundary As ScalarExpression
Get
Set
用法
Dim instance As AlterPartitionFunctionStatement
Dim value As ScalarExpression
value = instance.Boundary
instance.Boundary = value
public ScalarExpression Boundary { get; set; }
public:
property ScalarExpression^ Boundary {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Boundary : ScalarExpression with get, set
function get Boundary () : ScalarExpression
function set Boundary (value : ScalarExpression)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The boundary value of the partition.