Compartilhar via


Interface ITransferSqlServerObjectsTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a Transfer SQL Server Objects task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxe

'Declaração
Public Interface ITransferSqlServerObjectsTask
'Uso
Dim instance As ITransferSqlServerObjectsTask
public interface ITransferSqlServerObjectsTask
public interface class ITransferSqlServerObjectsTask
type ITransferSqlServerObjectsTask =  interface end
public interface ITransferSqlServerObjectsTask

O tipo ITransferSqlServerObjectsTask expõe os membros a seguir.

Propriedades

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask