IDTSPackagePersist100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("C10EFEBB-4CB7-4604-9B16-AC022A0D51BA")> _
Public Interface IDTSPackagePersist100
'Usage
Dim instance As IDTSPackagePersist100
[GuidAttribute("C10EFEBB-4CB7-4604-9B16-AC022A0D51BA")]
public interface IDTSPackagePersist100
[GuidAttribute(L"C10EFEBB-4CB7-4604-9B16-AC022A0D51BA")]
public interface class IDTSPackagePersist100
[<GuidAttribute("C10EFEBB-4CB7-4604-9B16-AC022A0D51BA")>]
type IDTSPackagePersist100 =  interface end
public interface IDTSPackagePersist100

The IDTSPackagePersist100 type exposes the following members.

Methods

  Name Description
Public method LoadPackageFromXML Infrastructure.
Public method SavePackageToXML Infrastructure.

Top