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


Класс TransferSqlServerObjectsTask

Contains the methods and properties that allow you to copy various SQL Server objects from one server to another. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime. . :: . .Task
      Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask..::..TransferSqlServerObjectsTask

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

Синтаксис

'Декларация
<GuidAttribute("A3859AE1-B057-465e-B106-51CAA03F8532")> _
Public NotInheritable Class TransferSqlServerObjectsTask _
    Inherits Task _
    Implements ITransferSqlServerObjectsTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
'Применение
Dim instance As TransferSqlServerObjectsTask
[GuidAttribute("A3859AE1-B057-465e-B106-51CAA03F8532")]
public sealed class TransferSqlServerObjectsTask : Task, 
    ITransferSqlServerObjectsTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[GuidAttribute(L"A3859AE1-B057-465e-B106-51CAA03F8532")]
public ref class TransferSqlServerObjectsTask sealed : public Task, 
    ITransferSqlServerObjectsTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[<SealedAttribute>]
[<GuidAttribute("A3859AE1-B057-465e-B106-51CAA03F8532")>]
type TransferSqlServerObjectsTask =  
    class
        inherit Task
        interface ITransferSqlServerObjectsTask
        interface IDTSBreakpointSite
        interface IDTSSuspend
        interface IDTSComponentPersist
    end
public final class TransferSqlServerObjectsTask extends Task implements ITransferSqlServerObjectsTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist

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

Конструкторы

  Имя Описание
Открытый метод TransferSqlServerObjectsTask Initializes a new instance of the TransferSqlServerObjectsTask class.

В начало

Свойства

  Имя Описание
Открытое свойство CopyAllDefaults Gets or sets a Boolean indicating that the transfer includes the SQL Server defaults.
Открытое свойство CopyAllDRIObjects Gets or sets a value that indicates whether the task copies all objects that are related to declarative referential integrity (DRI).
Открытое свойство CopyAllLogins Устарело. Gets or sets a Boolean indicating whether all the SQL Server logins are copied from the source database to the target database in the transfer operation, or only the specified logins.
Открытое свойство CopyAllObjects Gets or sets a Boolean indicating whether all SQL Server database objects are transferred from the source to the target database, or only the specified objects. The following SQL Server database objects can be transferred: defaults, rules, stored procedures, tables, triggers, user-defined data types, and views.
Открытое свойство CopyAllPartitionFunctions Gets or sets a Boolean indicating whether all SQL Server partitions are transferred from the source to the target database, or only the specified partitions.
Открытое свойство CopyAllPartitionSchemes Gets or sets a Boolean indicating whether all SQL Server partition schemes are transferred from the source to the target database, or only the specified partition schemes.
Открытое свойство CopyAllRules Gets or sets a Boolean indicating whether all SQL Server rules are transferred from the source to the target database, or only the specified rules.
Открытое свойство CopyAllSchemas Gets or sets a Boolean indicating whether all SQL Server schemas are transferred from the source to the target database, or only the specified schemas.
Открытое свойство CopyAllSqlAssemblies Gets or sets a Boolean indicating whether all SQL Server assemblies are transferred from the source to the target database, or only the specified assemblies.
Открытое свойство CopyAllStoredProcedures Gets or sets a Boolean indicating whether all SQL Server stored procedures are transferred from the source to the target database, or only the specified stored procedures.
Открытое свойство CopyAllTables Gets or sets a Boolean indicating whether all SQL Server tables are transferred from the source to the target database, or only the specified tables.
Открытое свойство CopyAllUserDefinedAggregates Gets or sets a Boolean indicating whether all user-defined aggregates are transferred from the source to the target database, or only the specified user-defined aggregates.
Открытое свойство CopyAllUserDefinedDataTypes Gets or sets a Boolean indicating whether all user-defined data types are transferred from the source to the target database, or only the specified user-defined data types.
Открытое свойство CopyAllUserDefinedFunctions Gets or sets a Boolean indicating whether all user-defined functions are transferred from the source to the target database, or only the specified user-defined functions.
Открытое свойство CopyAllUserDefinedTypes Gets or sets a Boolean indicating whether all user-defined types are transferred from the source to the target database, or only the specified user-defined types.
Открытое свойство CopyAllUsers Устарело. Gets or sets a Boolean indicating whether all the SQL Server database users are copied from the source database to the target database, or only the specified users.
Открытое свойство CopyAllViews Gets or sets a Boolean indicating whether all SQL Server views are transferred from the source to the target database, or only the specified views.
Открытое свойство CopyAllXmlSchemaCollections Gets or sets a Boolean indicating whether all XML schema collections are transferred from the source to the target database, or only the specified XML schema collections.
Открытое свойство CopyData Gets or sets a Boolean indicating whether data is included as part of the transfer of tables and views from the SQL Server source to the target database.
Открытое свойство CopyDatabaseRoles Gets or sets a Boolean indicating whether database roles are transferred from the source to the target database.
Открытое свойство CopyDatabaseUsers Gets or sets a Boolean indicating whether database users are transferred from the source to the target database.
Открытое свойство CopyForeignKeys Gets or sets a Boolean indicating whether foreign keys are transferred from the source to the target database.
Открытое свойство CopyFullTextIndexes Gets or sets a Boolean indicating whether full-text properties are transferred from the source to the target database.
Открытое свойство CopyIndexes Gets or sets a Boolean indicating whether indexes are transferred from the source to the target database.
Открытое свойство CopyObjectLevelPermissions Gets or sets a Boolean indicating whether securable objects are included in the transfer from the source to the target database.
Открытое свойство CopyPrimaryKeys Gets or sets a Boolean indicating whether primary keys are transferred from the source to the target database.
Открытое свойство CopySchema Gets or sets a Boolean that specifies whether the schema is copied in the transfer operation. This property is only available for SQL Server 2005 or later versions.
Открытое свойство CopySqlServerLogins Gets or sets a Boolean indicating whether SQL Server logins are included in the transfer from the source to the target database.
Открытое свойство CopyTriggers Gets or sets a Boolean indicating whether triggers are included in the transfer from the source to the target database.
Открытое свойство DebugMode Gets or sets a Boolean that indicates whether a task should determine whether breakpoints are enabled.
Открытое свойство DefaultsList Gets or sets a StringCollection containing the default objects to transfer when the CopyAllDefaults is set to false.
Открытое свойство DestinationConnection Gets or sets a String containing the name of the SMO connection manager for the destination database.
Открытое свойство DestinationDatabase Gets or sets a String containing the name of the destination database.
Открытое свойство DestinationTranslateChar Gets or sets a Boolean indicating the value of AutoTranslate in the OLE DB destination connection string.
Открытое свойство DropObjectsFirst Gets or sets a Boolean that indicates whether the objects that have been selected for transfer from the source are dropped first on the destination server before the transfer begins.
Открытое свойство ExecutionValue Returns an object containing the count of the number of objects transferred. (Переопределяет Task. . :: . .ExecutionValue.)
Открытое свойство ExistingData Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data, or have the existing data replaced by being overwritten.
Открытое свойство GenerateScriptsInUnicode Gets or sets a Boolean that indicates whether the script generated is in Unicode format.
Открытое свойство IncludeDependentObjects Gets or sets a Boolean that indicates whether the dependent objects are included in the transfer.
Открытое свойство IncludeExtendedProperties Gets or sets a Boolean indicating whether extended properties are transferred from the source to the target database.
Открытое свойство LoginsList Gets or sets a StringCollection containing the SQL Server logins to transfer from the source database to the destination database when CopyAllLogins is false.
Открытое свойство PartitionFunctionsList Gets or sets a StringCollection containing the partition functions to transfer from the source database to the destination database when the CopyAllPartitionFunctions is false.
Открытое свойство PartitionSchemesList Gets or sets a StringCollection containing the partition schemes to transfer from the source database to the destination database when CopyAllPartitionSchemes is false.
Открытое свойство RulesList Gets or sets a StringCollection containing the rules to transfer from the source database to the destination database when CopyAllRules is false.
Открытое свойство SchemasList Gets or sets a StringCollection containing the list of schemas to transfer from the source database to the destination database when CopyAllSchemas is false.
Открытое свойство SourceConnection Gets or sets a String containing the name of the SMO connection manager for the source database.
Открытое свойство SourceDatabase Gets or sets a String containing the name of the database from which objects will be transferred.
Открытое свойство SourceTranslateChar Gets or sets a Boolean indicating the value of AutoTranslate in the OLE DB source connection string.
Открытое свойство SqlAssembliesList Gets or sets a StringCollection listing the SQL Server assemblies to transfer when CopyAllSqlAssemblies is false.
Открытое свойство StoredProceduresList Gets or sets a StringCollection listing the stored procedures to transfer when CopyAllStoredProcedures is false.
Открытое свойство SuspendRequired Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint. This value is set by the run-time engine for tasks and containers when a breakpoint is encountered.
Открытое свойство TablesList Gets or sets a StringCollection listing the tables to transfer when CopyAllTables is false.
Открытое свойство UseCollation Gets or sets a Boolean indicating whether the transfer should use collations.
Открытое свойство UserDefinedAggregatesList Gets or sets a StringCollection listing the user-defined aggregates to transfer when CopyAllUserDefinedAggregates is false.
Открытое свойство UserDefinedDataTypesList Gets or sets a StringCollection listing the user-defined data types to transfer when CopyAllUserDefinedDataTypes is false.
Открытое свойство UserDefinedFunctionsList Gets or sets a StringCollection listing the user-defined functions to transfer when CopyAllUserDefinedFunctions is false.
Открытое свойство UserDefinedTypesList Gets or sets a StringCollection listing the user-defined types to transfer when CopyAllUserDefinedTypes is false.
Открытое свойство UsersList Gets or sets a StringCollection containing the SQL Server database users to transfer from the source database to the destination database when CopyAllUsers is false.
Открытое свойство Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Производный от Task.)
Открытое свойство ViewsList Gets or sets a StringCollection listing the views to transfer when CopyAllViews is false.
Открытое свойство XmlSchemaCollectionsList Gets or sets a StringCollection listing the XML schema collections to transfer when CopyAllXmlSchemaCollections is false.

В начало

Методы

  Имя Описание
Открытый метод AcceptBreakpointManager Passes a BreakpointManager to a task. This method is called by the runtime and is not used in code.
Открытый метод CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Производный от Task.)
Открытый метод Equals Determines whether two object instances are equal. (Производный от DtsObject.)
Открытый метод Execute Runs the task. (Переопределяет Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetConnectionID Gets a String containing the ID of the connection. (Производный от Task.)
Открытый метод GetConnectionName Gets a String containing the name of the connection. (Производный от Task.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Переопределяет Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker).)
Открытый метод LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ResumeExecution Resumes execution of the task after pausing. The task or container is resumed by the run-time engine.
Открытый метод SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Открытый метод SuspendExecution Indicates that the executable needs to suspend. This method is called by the run-time engine.
Открытый метод ToString (Производный от Object.)
Открытый метод Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Производный от Task.)
Открытый метод Validate Verifies that the task is properly configured. (Переопределяет Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.