Propriedade do RDL AlterTableSwitchStatement.TargetPartitionNumber
Gets or sets the target partition number.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property TargetPartitionNumber As ScalarExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The target partition number.