Compartir a través de


AlterTableSwitchStatement.SourcePartitionNumber (Propiedad)

Obtiene o establece el número de partición de origen.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Devuelve un objeto Expression.

Comentarios

Opcional, puede ser NULL.

Seguridad de .NET Framework

Vea también

Referencia

AlterTableSwitchStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)