ServerSetupAdapter 建構
Initializes a new instance of the ServerSetupAdapter object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
obj As Server _
)
'用途
Dim obj As Server
Dim instance As New ServerSetupAdapter(obj)
public ServerSetupAdapter(
Server obj
)
public:
ServerSetupAdapter(
Server^ obj
)
new :
obj:Server -> ServerSetupAdapter
public function ServerSetupAdapter(
obj : Server
)
參數
- obj
型別:Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server that is associated with the adapter.
備註
預設建構函式會初始化任何欄位至其預設值。