Share via


ITransferSqlServerObjectsTask Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Interface ITransferSqlServerObjectsTask
'Usage
Dim instance As ITransferSqlServerObjectsTask
public interface ITransferSqlServerObjectsTask
public interface class ITransferSqlServerObjectsTask
type ITransferSqlServerObjectsTask =  interface end
public interface ITransferSqlServerObjectsTask

The ITransferSqlServerObjectsTask type exposes the following members.

Properties

  Name Description
Public property CopyAllDefaults Infrastructure.
Public property CopyAllLogins
Public property CopyAllObjects Infrastructure.
Public property CopyAllPartitionFunctions Infrastructure.
Public property CopyAllPartitionSchemes Infrastructure.
Public property CopyAllRules Infrastructure.
Public property CopyAllSchemas Infrastructure.
Public property CopyAllSqlAssemblies Infrastructure.
Public property CopyAllStoredProcedures Infrastructure.
Public property CopyAllTables Infrastructure.
Public property CopyAllUserDefinedAggregates Infrastructure.
Public property CopyAllUserDefinedDataTypes Infrastructure.
Public property CopyAllUserDefinedFunctions Infrastructure.
Public property CopyAllUserDefinedTypes Infrastructure.
Public property CopyAllUsers
Public property CopyAllViews Infrastructure.
Public property CopyAllXmlSchemaCollections Infrastructure.
Public property CopyData Infrastructure.
Public property CopyDatabaseRoles Infrastructure.
Public property CopyDatabaseUsers Infrastructure.
Public property CopyForeignKeys Infrastructure.
Public property CopyFullTextIndexes Infrastructure.
Public property CopyIndexes Infrastructure.
Public property CopyObjectLevelPermissions Infrastructure.
Public property CopyPrimaryKeys Infrastructure.
Public property CopySchema Infrastructure.
Public property CopySqlServerLogins Infrastructure.
Public property CopyTriggers Infrastructure.
Public property DefaultsList Infrastructure.
Public property DestinationConnection Infrastructure.
Public property DestinationDatabase Infrastructure.
Public property DestinationTranslateChar
Public property DropObjectsFirst Infrastructure.
Public property ExistingData Infrastructure.
Public property GenerateScriptsInUnicode Infrastructure.
Public property IncludeDependentObjects Infrastructure.
Public property IncludeExtendedProperties Infrastructure.
Public property LoginsList
Public property PartitionFunctionsList Infrastructure.
Public property PartitionSchemesList Infrastructure.
Public property RulesList Infrastructure.
Public property SchemasList Infrastructure.
Public property SourceConnection Infrastructure.
Public property SourceDatabase Infrastructure.
Public property SourceTranslateChar
Public property SqlAssembliesList Infrastructure.
Public property StoredProceduresList Infrastructure.
Public property TablesList Infrastructure.
Public property UseCollation Infrastructure.
Public property UserDefinedAggregatesList Infrastructure.
Public property UserDefinedDataTypesList Infrastructure.
Public property UserDefinedFunctionsList
Public property UserDefinedTypesList Infrastructure.
Public property UsersList
Public property ViewsList Infrastructure.
Public property XmlSchemaCollectionsList Infrastructure.

Top