IDTSPackagePersist100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines methods for the persistence of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("FAF3D657-9E0D-41B7-82E6-EBF2C9D60FF0")> _
Public Interface IDTSPackagePersist100
'Usage
Dim instance As IDTSPackagePersist100
[GuidAttribute("FAF3D657-9E0D-41B7-82E6-EBF2C9D60FF0")]
public interface IDTSPackagePersist100
[GuidAttribute(L"FAF3D657-9E0D-41B7-82E6-EBF2C9D60FF0")]
public interface class IDTSPackagePersist100
[<GuidAttribute("FAF3D657-9E0D-41B7-82E6-EBF2C9D60FF0")>]
type IDTSPackagePersist100 = interface end
public interface IDTSPackagePersist100
The IDTSPackagePersist100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClonePackageToXML | Infrastructure. Clones the package to an XML format. | |
LoadPackageFromXML | Infrastructure. Loads the package from an XML format. | |
SavePackageToXML | Infrastructure. Saves the package to an XML format. |
Top