Поделиться через


Метод 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