DatabaseAdapterBase 建構函式
Initializes a new instance of the DatabaseAdapterBase class for the specified object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
obj As Database _
)
'用途
Dim obj As Database
Dim instance As New DatabaseAdapterBase(obj)
public DatabaseAdapterBase(
Database obj
)
public:
DatabaseAdapterBase(
Database^ obj
)
new :
obj:Database -> DatabaseAdapterBase
public function DatabaseAdapterBase(
obj : Database
)
參數
- obj
型別:Microsoft.SqlServer.Management.Smo.Database
A Database object that specifies the database that is associated with the database adapter.