Конструктор 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.