Construtor ServerConfigurationAdapter
Constructor for ServerConfigurationClass
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
obj As Server _
)
'Uso
Dim obj As Server
Dim instance As New ServerConfigurationAdapter(obj)
public ServerConfigurationAdapter(
Server obj
)
public:
ServerConfigurationAdapter(
Server^ obj
)
new :
obj:Server -> ServerConfigurationAdapter
public function ServerConfigurationAdapter(
obj : Server
)
Parâmetros
- obj
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
Object - should be a server object.
Comentários
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.
Consulte também