Compartir a través de


Interfaz ITransferSqlServerObjectsTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a Transfer SQL Server Objects task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Public Interface ITransferSqlServerObjectsTask
'Uso
Dim instance As ITransferSqlServerObjectsTask
public interface ITransferSqlServerObjectsTask
public interface class ITransferSqlServerObjectsTask
type ITransferSqlServerObjectsTask =  interface end
public interface ITransferSqlServerObjectsTask

El tipo ITransferSqlServerObjectsTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CopyAllDefaults Infraestructura. Gets or sets a value that indicates whether the transfer includes the SQL Server defaults.
Propiedad pública CopyAllLogins Infraestructura. Gets or sets a value that indicates whether all the SQL Server logins are copied from the source database to the target database.
Propiedad pública CopyAllObjects Infraestructura. 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.
Propiedad pública CopyAllPartitionFunctions Infraestructura. Gets or sets a value that indicates whether all SQL Server partitions are transferred from the source to the target database.
Propiedad pública CopyAllPartitionSchemes Infraestructura. Gets or sets a value that indicates whether all SQL Server partition schemes are transferred from the source to the target database.
Propiedad pública CopyAllRules Infraestructura. Gets or sets a value that indicates whether all SQL Server rules are transferred from the source to the target database.
Propiedad pública CopyAllSchemas Infraestructura. Gets or sets a value that indicates whether all SQL Server schemas are transferred from the source to the target database.
Propiedad pública CopyAllSqlAssemblies Infraestructura. Gets or sets a value that indicates whether all SQL Server assemblies are transferred from the source to the target database.
Propiedad pública CopyAllStoredProcedures Infraestructura. Gets or sets a value that indicates whether all SQL Server stored procedures are transferred from the source to the target database.
Propiedad pública CopyAllTables Infraestructura. Gets or sets a value that indicates whether all SQL Server tables are transferred from the source to the target database.
Propiedad pública CopyAllUserDefinedAggregates Infraestructura. Gets or sets a value that indicates whether all user-defined aggregates are transferred from the source to the target database.
Propiedad pública CopyAllUserDefinedDataTypes Infraestructura. Gets or sets a value that indicates whether all user-defined data types are transferred from the source to the target database.
Propiedad pública CopyAllUserDefinedFunctions Infraestructura. Gets or sets a value that indicates whether all user-defined functions are transferred from the source to the target database.
Propiedad pública CopyAllUserDefinedTypes Infraestructura. Gets or sets a value that indicates whether all user-defined types are transferred from the source to the target database.
Propiedad pública CopyAllUsers Infraestructura. Gets or sets a value that indicates whether all the SQL Server database users are copied from the source database to the target database.
Propiedad pública CopyAllViews Infraestructura. Gets or sets a value that indicates whether all SQL Server views are transferred from the source to the target database.
Propiedad pública CopyAllXmlSchemaCollections Infraestructura. Gets or sets a value that indicates whether all XML schema collections are transferred from the source to the target database.
Propiedad pública CopyData Infraestructura. Gets or sets a value that indicates whether the data is transferred from the SQL Server source to the target database.
Propiedad pública CopyDatabaseRoles Infraestructura. Gets or sets a value that indicates whether database roles are transferred from the source to the target database.
Propiedad pública CopyDatabaseUsers Infraestructura. Gets or sets a value that indicates whether database users are transferred from the source to the target database.
Propiedad pública CopyForeignKeys Infraestructura. Gets or sets a value that indicates whether foreign keys are transferred from the source to the target database.
Propiedad pública CopyFullTextIndexes Infraestructura. Gets or sets a value that indicates whether full-text properties are transferred from the source to the target database.
Propiedad pública CopyIndexes Infraestructura. Gets or sets a value that indicates whether indexes are transferred from the source to the target database.
Propiedad pública CopyObjectLevelPermissions Infraestructura. Gets or sets a value that indicates whether securable objects are included in the transfer from the source to the target database.
Propiedad pública CopyPrimaryKeys Infraestructura. Gets or sets a value that indicates whether primary keys are transferred from the source to the target database.
Propiedad pública CopySchema Infraestructura. Gets or sets a value that indicates whether the schema is copied from the source database to the target database.
Propiedad pública CopySqlServerLogins Infraestructura. Gets or sets a value that indicates whether SQL Server logins are included in the transfer from the source to the target database.
Propiedad pública CopyTriggers Infraestructura. Gets or sets a value that indicates whether triggers are transferred from the source to the target database.
Propiedad pública DefaultsList Infraestructura. Gets or sets the default objects to transfer.
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of the destination connection.
Propiedad pública DestinationDatabase Infraestructura. Gets or sets the name of the destination database.
Propiedad pública DestinationTranslateChar Infraestructura. Gets or sets a value that indicates whether the character data is translated from the destination database.
Propiedad pública DropObjectsFirst Infraestructura. Gets or sets a value that indicates whether objects at the destination are dropped before copying is started.
Propiedad pública ExistingData Infraestructura. Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data.
Propiedad pública GenerateScriptsInUnicode Infraestructura. Gets or sets a value that indicates whether the script generated is in Unicode format.
Propiedad pública IncludeDependentObjects Infraestructura. Gets or sets a value that indicates whether the dependent objects are included in the transfer.
Propiedad pública IncludeExtendedProperties Infraestructura. Gets or sets a value that indicates whether extended properties are transferred from the source to the target database.
Propiedad pública LoginsList Infraestructura. Gets or sets the list of logins to transfer.
Propiedad pública PartitionFunctionsList Infraestructura. Gets or sets the list of partition functions to transfer.
Propiedad pública PartitionSchemesList Infraestructura. Gets or sets the list of partition schemes to transfer.
Propiedad pública RulesList Infraestructura. Gets or sets the list of rules to transfer.
Propiedad pública SchemasList Infraestructura. Gets or sets the list of schemas to transfer.
Propiedad pública SourceConnection Infraestructura. Gets or sets the name of the connection manager for the source database.
Propiedad pública SourceDatabase Infraestructura. Gets or sets the name of the database from which objects will be transferred.
Propiedad pública SourceTranslateChar Infraestructura. Gets or sets a value that indicates whether the character data is translated from the source database.
Propiedad pública SqlAssembliesList Infraestructura. Gets or sets the list of SQL Server assemblies to transfer.
Propiedad pública StoredProceduresList Infraestructura. Gets or sets the list of stored procedures to transfer.
Propiedad pública TablesList Infraestructura. Gets or sets the list of tables to transfer.
Propiedad pública UseCollation Infraestructura. Gets or sets a value that indicates whether the transfer should use collations.
Propiedad pública UserDefinedAggregatesList Infraestructura. Gets or sets a list of user-defined aggregates to transfer.
Propiedad pública UserDefinedDataTypesList Infraestructura. Gets or sets the list of user-defined data types to transfer.
Propiedad pública UserDefinedFunctionsList Infraestructura. Gets or sets a list of user-defined functions to transfer.
Propiedad pública UserDefinedTypesList Infraestructura. Gets or sets a list of user-defined types to transfer.
Propiedad pública UsersList Infraestructura. Gets or sets a list of users to transfer.
Propiedad pública ViewsList Infraestructura. Gets or sets a list of views to transfer.
Propiedad pública XmlSchemaCollectionsList Infraestructura. Gets or sets a list of XML schema collections to transfer.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask