Costruttore ServerSetupAdapter
Initializes a new instance of the TEST ServerSetupAdapter object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
obj As Server _
)
'Utilizzo
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
)
Parametri
- obj
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server that is associated with the adapter.
Osservazioni
Il costruttore predefinito inizializza tutti i campi in base ai valori predefiniti.
Vedere anche