Метод IDTSObjectVersionUpdate100.Update
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Updates the version of the DTS object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub Update ( _
<OutAttribute> ByRef pbstrObjectXML As String _
)
'Применение
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
)
Параметры
- pbstrObjectXML
Тип: System.String%
The object to be updated
Замечания
Примечание |
---|
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. |