Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Updates the version of the DTS object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Update ( _
<OutAttribute> ByRef pbstrObjectXML As String _
)
'Usage
Dim instance As IDTSObjectVersionUpdate100
Dim pbstrObjectXML As String
instance.Update(pbstrObjectXML)
void Update(
out string pbstrObjectXML
)
void Update(
[InAttribute] [OutAttribute] String^% pbstrObjectXML
)
abstract Update :
pbstrObjectXML:string byref -> unit
function Update(
pbstrObjectXML : String
)
Parameters
- pbstrObjectXML
Type: System.String%
The object to be updated
Remarks
Note
This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.