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.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether all SQL Server partition schemes are transferred from the source to the target database.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxis
'Declaración
Property CopyAllPartitionSchemes As Boolean
Get
Set
'Uso
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllPartitionSchemes
instance.CopyAllPartitionSchemes = value
bool CopyAllPartitionSchemes { get; set; }
property bool CopyAllPartitionSchemes {
bool get ();
void set (bool value);
}
abstract CopyAllPartitionSchemes : bool with get, set
function get CopyAllPartitionSchemes () : boolean
function set CopyAllPartitionSchemes (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if all SQL Server partition schemes are transferred from the source to the target database; otherwise, false.
Vea también
Referencia
ITransferSqlServerObjectsTask Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask