AlterTableSwitchStatement.SourcePartitionNumber 属性

Gets or sets the source partition number.

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

语法

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

value = instance.SourcePartitionNumber

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

属性值

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

请参阅

参考

AlterTableSwitchStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间