TransferBase 생성자 (Database)
Initializes a new instance of the TransferBase 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 TransferBase(database)
public TransferBase(
Database database
)
public:
TransferBase(
Database^ database
)
new :
database:Database -> TransferBase
public function TransferBase(
database : Database
)
매개 변수
- database
유형: Microsoft.SqlServer.Management.Smo.Database
The database that is the source of the transfer operation.