Freigeben über


Update-Methode

Called to upgrade the XML persisted by a previous version of the log provider.

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

Syntax

'Declaration
Public Overridable Sub Update ( _
    ByRef ObjectXml As String _
)
'Usage
Dim instance As LogProviderBase
Dim ObjectXml As String

instance.Update(ObjectXml)
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 function Update(
    ObjectXml : String
)

Parameter

Hinweise

You use this method to support upgrading the package XML created by a previous version of your log provider to the XML of the new version.