IDTSPersist100 인터페이스

정의

IDTSPersist100이 데이터를 저장하고 로드할 수 있게 해 주는 인터페이스를 나타냅니다. 자세한 내용은 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
파생
특성

메서드

LoadFromXML(Object, IDTSEvents100)

XML 형식으로 저장된 데이터를 로드합니다. 자세한 내용은 IDTSPersist를 참조하세요.

SaveToXML(Object, Object, IDTSEvents100)

정보를 XML 문서로 저장합니다. 자세한 내용은 IDTSPersist를 참조하세요.

적용 대상