다음을 통해 공유


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 네임스페이스