Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Edits a specific existing connection and returns a value that indicates whether the connection was modified.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function EditConnection ( _
connectionManager As ConnectionManager _
) As Boolean
'Usage
Dim instance As IDtsConnectionService
Dim connectionManager As ConnectionManager
Dim returnValue As Boolean
returnValue = instance.EditConnection(connectionManager)
bool EditConnection(
ConnectionManager connectionManager
)
bool EditConnection(
ConnectionManager^ connectionManager
)
abstract EditConnection :
connectionManager:ConnectionManager -> bool
function EditConnection(
connectionManager : ConnectionManager
) : boolean
Parameters
- connectionManager
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager to edit.
Return Value
Type: System.Boolean
true if the connection was modified.