TransferBase 클래스

정의

전송을 위한 기본 클래스

public abstract class TransferBase
type TransferBase = class
Public MustInherit Class TransferBase
상속
TransferBase
파생

생성자

Name Description
TransferBase()

전송을 위한 기본 클래스

TransferBase(Database)

전송을 위한 기본 클래스

속성

Name Description
CopyAllColumnEncryptionKey

전송을 위한 기본 클래스

CopyAllColumnMasterkey

전송을 위한 기본 클래스

CopyAllDatabaseScopedCredentials

전송을 위한 기본 클래스

CopyAllDatabaseTriggers

전송을 위한 기본 클래스

CopyAllDefaults

전송을 위한 기본 클래스

CopyAllExternalDataSources

전송을 위한 기본 클래스

CopyAllExternalFileFormats

전송을 위한 기본 클래스

CopyAllExternalLanguages

전송을 위한 기본 클래스

CopyAllExternalLibraries

전송을 위한 기본 클래스

CopyAllExternalStream

전송을 위한 기본 클래스

CopyAllExternalStreamingJob

전송을 위한 기본 클래스

CopyAllFeatureRestrictions

전송을 위한 기본 클래스

CopyAllFullTextCatalogs

전송을 위한 기본 클래스

CopyAllFullTextStopLists

전송을 위한 기본 클래스

CopyAllLogins

전송을 위한 기본 클래스

CopyAllObjects

전송을 위한 기본 클래스

CopyAllPartitionFunctions

전송을 위한 기본 클래스

CopyAllPartitionSchemes

전송을 위한 기본 클래스

CopyAllPlanGuides

전송을 위한 기본 클래스

CopyAllRoles

전송을 위한 기본 클래스

CopyAllRules

전송을 위한 기본 클래스

CopyAllSchemas

전송을 위한 기본 클래스

CopyAllSearchPropertyLists

전송을 위한 기본 클래스

CopyAllSecurityPolicies

전송을 위한 기본 클래스

CopyAllSequences

전송을 위한 기본 클래스

CopyAllSqlAssemblies

전송을 위한 기본 클래스

CopyAllStoredProcedures

전송을 위한 기본 클래스

CopyAllSynonyms

전송을 위한 기본 클래스

CopyAllTables

전송을 위한 기본 클래스

CopyAllUserDefinedAggregates

전송을 위한 기본 클래스

CopyAllUserDefinedDataTypes

전송을 위한 기본 클래스

CopyAllUserDefinedFunctions

전송을 위한 기본 클래스

CopyAllUserDefinedTableTypes

전송을 위한 기본 클래스

CopyAllUserDefinedTypes

전송을 위한 기본 클래스

CopyAllUsers

전송을 위한 기본 클래스

CopyAllViews

전송을 위한 기본 클래스

CopyAllXmlSchemaCollections

전송을 위한 기본 클래스

CopyData

전송을 위한 기본 클래스

CopyExternalTables

외부 테이블을 스크립팅할지 여부를 나타내는 값을 설정하거나 가져옵니다. 외부 데이터 원본에 액세스하기 위해 올바른 자격 증명 비밀도 스크립트할 수 없으므로 기본적으로 전송에서 스크립트하지 않습니다. UI는 스크립트 생성 마법사에 대해 이를 true로 설정합니다.

CopySchema

전송을 위한 기본 클래스

CreateTargetDatabase

전송을 위한 기본 클래스

Database

전송을 위한 기본 클래스

DatabaseFileMappings

전송을 위한 기본 클래스

DestinationDatabase

대상 데이터베이스의 이름

DestinationLogin

대상 서버에 연결하는 데 사용할 로그인 이름입니다.

DestinationLoginSecure

true로 설정하면 Sql Server 인증이 사용됩니다. 설정하지 않으면 로그인 및 암호가 무시됩니다.

DestinationPassword

대상 서버에 연결하는 데 사용할 암호

DestinationServer

대상 서버의 이름

DestinationServerConnection

대상 서버에 대한 연결을 제공합니다. 설정하면 DestinationServer, DestinationLogin, DestinationPassword 및 DestinationLogin 값이 사용되지 않습니다.

DestinationTranslateChar

전송을 위한 기본 클래스

DropDestinationObjectsFirst

전송을 위한 기본 클래스

IncompatibleObjects

전송을 위한 기본 클래스

ObjectList

전송을 위한 기본 클래스

Options

전송에 대한 스크립트 생성을 제어하는 옵션을 지정합니다.

PrefetchObjects

전송을 위한 기본 클래스

PreserveDbo

전송을 위한 기본 클래스

PreserveLogins

전송을 위한 기본 클래스

Scripter

전송을 위한 기본 클래스

SourceTranslateChar

전송을 위한 기본 클래스

TargetDatabaseFilePath

데이터베이스 데이터 파일을 저장하는 데 사용되는 대상의 폴더

TargetLogFilePath

데이터베이스 로그 fles를 저장하는 데 사용되는 대상의 폴더

UseDestinationTransaction

전송을 위한 기본 클래스

메서드

Name Description
EnumObjects()

전송할 URL을 가져옵니다.

EnumObjects(Boolean)

전송할 URL을 가져옵니다.

EnumScriptTransfer()

개체에 대한 스크립트를 사용하여 IEnumerable<문자열> 개체를 반환합니다.

GetDestinationServerConnection()

대상 서버에 대한 ServerConnection을 반환합니다.

ScriptTransfer()

개체에 대한 스크립트를 사용하여 StringCollection 개체를 반환합니다. ScriptData가 true이면 이 메서드가 오류를 throw합니다.

SetTargetServerInfo()

대상 서버 정보를 기반으로 대상 서버 버전 설정

이벤트

Name Description
DiscoveryProgress

전송을 위한 기본 클래스

ScriptingError

전송을 위한 기본 클래스

ScriptingProgress

전송을 위한 기본 클래스

적용 대상