다음을 통해 공유


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.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
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
)

매개 변수