IDTSObjectVersionUpdate100.Update(String) 方法

定义

更新 DTS 对象的版本。

public:
 void Update([Runtime::InteropServices::Out] System::String ^ % pbstrObjectXML);
[System.Runtime.InteropServices.DispId(1)]
public void Update (out string pbstrObjectXML);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Update : string -> unit
Public Sub Update (ByRef pbstrObjectXML As String)

参数

pbstrObjectXML
String

要更新的对象

属性

注解

注意

此成员将在 MicrosoftSQL Server 的未来版本中删除。 避免在新开发工作中使用此成员,并计划修改当前使用此成员的应用程序。

适用于