Поделиться через


Конструктор 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
)

Параметры