DatabaseSnapshotExtender 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
DatabaseSnapshotExtender() |
default ctor |
DatabaseSnapshotExtender(Database) |
ctor. Takes parent database object to aggregate on |
DatabaseSnapshotExtender()
default ctor
public DatabaseSnapshotExtender ();
Public Sub New ()
Applies to
DatabaseSnapshotExtender(Database)
ctor. Takes parent database object to aggregate on
public DatabaseSnapshotExtender (Microsoft.SqlServer.Management.Smo.Database database);
new Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender : Microsoft.SqlServer.Management.Smo.Database -> Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender
Public Sub New (database As Database)
Parameters
- database
- Database