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 the SQL database objects of the specified type 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 CopyAllObjects As Boolean
Get
Set
'Uso
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllObjects
instance.CopyAllObjects = value
bool CopyAllObjects { get; set; }
property bool CopyAllObjects {
bool get ();
void set (bool value);
}
abstract CopyAllObjects : bool with get, set
function get CopyAllObjects () : boolean
function set CopyAllObjects (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if all SQL database objects of the specified type 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