Share via


Transfer Class

The Transfer object is a tool object that provides programmatic control over copying of schemas and data to other instances of Microsoft SQL Server.

네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

구문

‘선언
Public Class Transfer
    Implements ITransferMetadataProvider
public class Transfer : ITransferMetadataProvider
public ref class Transfer : ITransferMetadataProvider
public class Transfer implements ITransferMetadataProvider
public class Transfer implements ITransferMetadataProvider

주의

Note: There are some limitations when transferring a database from a server instance running Microsoft SQL Server 2005 to a server instance running Microsoft SQL Server 2000.

  • If the database has a schema for which there is no corresponding user on the target SQL Server 2000 server instance, it cannot be transferred. In this case, you have to create a user who has a name that is the same as the name of the schema.

  • Any object that uses the following datatypes cannot be transferred:

    • SqlDataType.Xml

    • SqlDataType.VarCharMax

    • SqlDataType.NVarCharMax

    • SqlDataType.VarBinaryMax

Note: The following object types cannot be transferred:

  • All broker objects

  • All mail objects

  • Endpoint

  • ServerDdlTrigger

  • ExtendedStoredProcedure

  • FullTextCatalog

  • UserDefinedMessage

  • ApplicationRole

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

To get and set Transfer object properties, users can be a member of the public fixed server role.

To transfer data, users can be a member of the public fixed server role.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.Transfer

How to: Transfer Schema and Data from One Database to Another in Visual Basic .NET

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Transfer Members
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Transferring Data