Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines an interface that enables saving and loading data.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSPersist
'Usage
Dim instance As IDTSPersist
public interface IDTSPersist
public interface class IDTSPersist
type IDTSPersist = interface end
public interface IDTSPersist
The IDTSPersist type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
LoadFromXML | Loads data stored in XML format. |
![]() |
SaveToXML | Saves information to an XML document. |
Top
.gif)