TransferBase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TransferBase() | |
TransferBase(Database) |
TransferBase()
public TransferBase ();
Public Sub New ()
Applies to
TransferBase(Database)
public TransferBase (Microsoft.SqlServer.Management.Smo.Database database);
new Microsoft.SqlServer.Management.Smo.TransferBase : Microsoft.SqlServer.Management.Smo.Database -> Microsoft.SqlServer.Management.Smo.TransferBase
Public Sub New (database As Database)
Parameters
- database
- Database