Compartilhar via


Propriedade do RDL AlterTableSwitchStatement.SourcePartitionNumber

Gets or sets the source partition number.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property SourcePartitionNumber As ScalarExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

AlterTableSwitchStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom