Aracılığıyla paylaş


AlterTableSwitchStatement.SourcePartitionNumber Özellik

Alır veya kaynak bölüm numarasını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Döndürür bir Expression.

Açıklamalar

İsteğe bağlı, olabilir null.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterTableSwitchStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı