IDTSObjectVersionUpdate100.Update(String) Method

Definition

Updates the version of the DTS object.

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)

Parameters

pbstrObjectXML
String

The object to be updated

Attributes

Remarks

Note

This member will be removed in a future version of MicrosoftSQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

Applies to