Condividi tramite


Proprietà AlterTableSwitchStatement.TargetPartitionNumber

Gets or sets the target partition number.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property TargetPartitionNumber As ScalarExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The target partition number.

Vedere anche

Riferimento

AlterTableSwitchStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom