Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the IntegrationServices class with the specified server.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
server As Server _
)
'Utilizzo
Dim server As Server
Dim instance As New IntegrationServices(server)
public IntegrationServices(
Server server
)
public:
IntegrationServices(
Server^ server
)
new :
server:Server -> IntegrationServices
public function IntegrationServices(
server : Server
)
Parametri
- server
Tipo: Microsoft.SqlServer.Management.Smo.Server
The SMO server.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices