Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the target partition number.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property TargetPartitionNumber As ScalarExpression
Get
Set
'Uso
Dim instance As AlterTableSwitchStatement
Dim value As ScalarExpression
value = instance.TargetPartitionNumber
instance.TargetPartitionNumber = value
public ScalarExpression TargetPartitionNumber { get; set; }
public:
property ScalarExpression^ TargetPartitionNumber {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member TargetPartitionNumber : ScalarExpression with get, set
function get TargetPartitionNumber () : ScalarExpression
function set TargetPartitionNumber (value : ScalarExpression)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The target partition number.
Vea también
Referencia
AlterTableSwitchStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom