IDTSPersist100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un'interfaccia che consente a IDTSPersist100 di salvare e caricare dati. Per altre informazioni, vedere IDTSPersist.
public interface class IDTSPersist100
[System.Runtime.InteropServices.Guid("192AEEA1-5F1F-4060-B11E-AE1406751AC6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7DD2ACF2-289A-438A-B126-4C867C6FF4AE")]
public interface IDTSPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D70B3D3E-3391-4823-A9F6-A8F95FE8D004")]
public interface IDTSPersist100
[<System.Runtime.InteropServices.Guid("192AEEA1-5F1F-4060-B11E-AE1406751AC6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7DD2ACF2-289A-438A-B126-4C867C6FF4AE")>]
type IDTSPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D70B3D3E-3391-4823-A9F6-A8F95FE8D004")>]
type IDTSPersist100 = interface
Public Interface IDTSPersist100
- Derivato
- Attributi
Metodi
LoadFromXML(Object, IDTSEvents100) |
Carica i dati archiviati in formato XML. Per altre informazioni, vedere IDTSPersist. |
SaveToXML(Object, Object, IDTSEvents100) |
Salva le informazioni in un documento XML. Per altre informazioni, vedere IDTSPersist. |