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
- server
Type: Microsoft.SqlServer.Management.Smo.Server
The SMO server.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace