Поделиться через


Интерфейс ITransferSqlServerObjectsTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a Transfer SQL Server Objects task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
Public Interface ITransferSqlServerObjectsTask
'Применение
Dim instance As ITransferSqlServerObjectsTask
public interface ITransferSqlServerObjectsTask
public interface class ITransferSqlServerObjectsTask
type ITransferSqlServerObjectsTask =  interface end
public interface ITransferSqlServerObjectsTask

Тип ITransferSqlServerObjectsTask обеспечивает доступ к следующим элементам.

Свойства

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

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask