Update 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Overridable Sub Update ( _
    ByRef ObjectXml As String _
)
‘사용 방법
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
)

매개 변수

주의

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.