DatabaseMaintenanceAdapter Constructor
The Database Maintenance facet has logical properties. It inherits from the DatabaseAdapter class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
obj As Database _
)
public DatabaseMaintenanceAdapter (
Database obj
)
public:
DatabaseMaintenanceAdapter (
Database^ obj
)
public DatabaseMaintenanceAdapter (
Database obj
)
public function DatabaseMaintenanceAdapter (
obj : Database
)
Parameters
obj
A Databaseobject
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.