IDTSObjectVersionUpdate100.Update(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.