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.