Share via


IntegrationServices Constructor (Server)

Initializes a new instance of the IntegrationServices class with the specified server.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Sub New ( _
    server As Server _
)
'Usage
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
)

Parameters

See Also

Reference

IntegrationServices Class

IntegrationServices Overload

Microsoft.SqlServer.Management.IntegrationServices Namespace