Свойство AlterTableSwitchStatement.SourcePartitionNumber

Gets or sets the source partition number.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property SourcePartitionNumber As ScalarExpression 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The source partition number.

См. также

Справочник

AlterTableSwitchStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom