LogProviderBase.Update 메서드

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

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

구문

‘선언
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
)

매개 변수

  • ObjectXml
    유형: System.String%
    The XML used to update the log providers XML in the package.

주의

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.

참고 항목

참조

LogProviderBase 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스