AlterTableSwitchStatement.SourcePartitionNumber-Eigenschaft

Ruft die Quellpartitionsnummer ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property SourcePartitionNumber As Expression
    Get
    Set
public Expression SourcePartitionNumber { get; set; }
public:
property Expression^ SourcePartitionNumber {
    Expression^ get ();
    void set (Expression^ value);
}
member SourcePartitionNumber : Expression with get, set
function get SourcePartitionNumber () : Expression
function set SourcePartitionNumber (value : Expression)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Gibt Expression zurück.

Hinweise

Optional, kann NULL sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterTableSwitchStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace