Sdílet prostřednictvím


AlterTableSwitchStatement.TargetPartitionNumber – vlastnost

Získá nebo nastaví cílové číslo oddílu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Vrátí Expression.

Poznámky

Volitelné, může mít hodnotu null.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterTableSwitchStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů