Partager via


Propriété AlterTableSwitchStatement.TargetPartitionNumber

Gets or sets the target partition number.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property TargetPartitionNumber As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AlterTableSwitchStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom