Transfer 생성자 (Database)

Initializes a new instance of the Transfer class that uses the specified database as the source of the transfer operation.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Sub New ( _
    database As Database _
)
‘사용 방법
Dim database As Database 

Dim instance As New Transfer(database)
public Transfer(
    Database database
)
public:
Transfer(
    Database^ database
)
new : 
        database:Database -> Transfer
public function Transfer(
    database : Database
)

매개 변수

데이터 전송

참고 항목

참조

Transfer 클래스

Transfer 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스