ManagedForEachEnumeratorWrapper.Update 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Updates the XML object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub Update ( _
ByRef ObjectXml As String _
)
‘사용 방법
Dim instance As ManagedForEachEnumeratorWrapper
Dim ObjectXml As String
instance.Update(ObjectXml)
public void Update(
ref string ObjectXml
)
public:
virtual void Update(
String^% ObjectXml
) sealed
abstract Update :
ObjectXml:string byref -> unit
override Update :
ObjectXml:string byref -> unit
public final function Update(
ObjectXml : String
)
매개 변수
- ObjectXml
유형: System.String%
The XML object to be updated.
구현
IDTSObjectVersionUpdate100.Update(String%)