IntegrationServices Constructor (Server)
Initializes a new instance of the IntegrationServices class with the specified server.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
server As Server _
)
'Uso
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
)
Parámetros
- server
Tipo: Microsoft.SqlServer.Management.Smo.Server
The SMO server.
Vea también
Referencia
Sobrecarga de IntegrationServices
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices