Condividi tramite


Metodo ConnectionManagerBase.Update

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Overridable Sub Update ( _
    ByRef ObjectXml As String _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

ConnectionManagerBase Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime