共用方式為


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
)

參數