AlterTableSwitchStatement.TargetPartitionNumber 属性

Gets or sets the target partition number.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property TargetPartitionNumber As ScalarExpression 
    Get 
    Set
用法
Dim instance As AlterTableSwitchStatement 
Dim value As ScalarExpression 

value = instance.TargetPartitionNumber

instance.TargetPartitionNumber = value
public ScalarExpression TargetPartitionNumber { get; set; }
public:
property ScalarExpression^ TargetPartitionNumber {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member TargetPartitionNumber : ScalarExpression with get, set
function get TargetPartitionNumber () : ScalarExpression 
function set TargetPartitionNumber (value : ScalarExpression)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The target partition number.

请参阅

参考

AlterTableSwitchStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间