Compartir a través de


ConnectionManagerBase.Update Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Overridable Sub Update ( _
    ByRef ObjectXml As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

ConnectionManagerBase Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime