共用方式為


ServerAdapter 建構

命名空間:  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 ServerAdapter(obj)
public ServerAdapter(
    Server obj
)
public:
ServerAdapter(
    Server^ obj
)
new : 
        obj:Server -> ServerAdapter
public function ServerAdapter(
    obj : Server
)

備註

This class acts as the flattener for server properties that are hidden in Settings and Configuration. Facets will inherit from this class to add new logical properties, use the Alter and Refresh methods of this class.