Construtor IntegrationServices (Server)
Initializes a new instance of the IntegrationServices class with the specified server.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
Sobrecarregado IntegrationServices
Namespace Microsoft.SqlServer.Management.IntegrationServices