ConnectionManagerBase.Update 메서드

Updates the XML persisted by a previous version of the connection manager.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Overridable Sub Update ( _
    ByRef ObjectXml As String _
)
‘사용 방법
Dim instance As ConnectionManagerBase 
Dim ObjectXml As String

instance.Update(ObjectXml)
public virtual void Update(
    ref string ObjectXml
)
public:
virtual void Update(
    String^% ObjectXml
)
abstract Update : 
        ObjectXml:string byref -> unit  
override Update : 
        ObjectXml:string byref -> unit
public function Update(
    ObjectXml : String
)

매개 변수

  • ObjectXml
    유형: System.String%
    The XML used to update the connection manager XML.

참고 항목

참조

ConnectionManagerBase 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스