IDTSPersist100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface that enables IDTSPersist100 saving and loading data. For more information, see IDTSPersist.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")> _
Public Interface IDTSPersist100
'Usage
Dim instance As IDTSPersist100
[GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface IDTSPersist100
[GuidAttribute(L"64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface class IDTSPersist100
[<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")>]
type IDTSPersist100 = interface end
public interface IDTSPersist100
The IDTSPersist100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
LoadFromXML | Infrastructure. Loads data stored in XML format. For more information, see IDTSPersist. | |
SaveToXML | Infrastructure. Saves information to an XML document. For more information, see IDTSPersist. |
Top