Udostępnij przez


DatabaseAdapterBase Constructor

Initializes a new instance of the DatabaseAdapterBase class for the specified object.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    obj As Database _
)
public DatabaseAdapterBase (
    Database obj
)
public:
DatabaseAdapterBase (
    Database^ obj
)
public DatabaseAdapterBase (
    Database obj
)
public function DatabaseAdapterBase (
    obj : Database
)

Parameters

  • obj
    A Database object that specifies the database that is associated with the database adapter.

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.