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 命名空间