ConnectionManagerBase.Update Method (String)

 

Applies To: SQL Server 2016 Preview

Updates the XML persisted by a previous version of the connection manager.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public virtual void Update(
    ref string ObjectXml
)
public:
virtual void Update(
    String^% ObjectXml
)
abstract Update : 
        ObjectXml:string byref -> unit
override Update : 
        ObjectXml:string byref -> unit
Public Overridable Sub Update (
    ByRef ObjectXml As String
)

Parameters

  • ObjectXml
    Type: System.String

    The XML used to update the connection manager XML.

See Also

ConnectionManagerBase Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top