ServerConfigurationAdapter constructeur
Constructor for ServerConfigurationClass
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
obj As Server _
)
'Utilisation
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
)
Paramètres
- obj
Type : Microsoft.SqlServer.Management.Smo. . :: . .Server
Object - should be a server object.
Notes
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.