Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Updates the XML persisted by a previous version of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Overridable Sub Update ( _
ByRef ObjectXml As String _
)
'Usage
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
)
Parameters
- ObjectXml
Type: System.String%
The XML used to update the connection manager XML.