AlterTableSwitchStatement.SourcePartitionNumber 属性

获取或设置源分区号。

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

语法

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

属性值

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

备注

可选项,可以为 null。

.NET Framework 安全性

请参见

参考

AlterTableSwitchStatement 类

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