AlterTableSwitchStatement.TargetPartitionNumber 属性

获取或设置目标分区号。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property TargetPartitionNumber As Expression
    Get
    Set
public Expression TargetPartitionNumber { get; set; }
public:
property Expression^ TargetPartitionNumber {
    Expression^ get ();
    void set (Expression^ value);
}
member TargetPartitionNumber : Expression with get, set
function get TargetPartitionNumber () : Expression
function set TargetPartitionNumber (value : Expression)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Expression
返回一个 Expression

备注

可选项,可以为 null。

.NET Framework 安全性

请参见

参考

AlterTableSwitchStatement 类

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