IDTSPersist100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see IDTSPersist.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("CFAD1443-397E-4A49-8E3A-B099E0245B5C")> _
Public Interface IDTSPersist100
'Usage
Dim instance As IDTSPersist100
[GuidAttribute("CFAD1443-397E-4A49-8E3A-B099E0245B5C")]
public interface IDTSPersist100
[GuidAttribute(L"CFAD1443-397E-4A49-8E3A-B099E0245B5C")]
public interface class IDTSPersist100
[<GuidAttribute("CFAD1443-397E-4A49-8E3A-B099E0245B5C")>]
type IDTSPersist100 = interface end
public interface IDTSPersist100
The IDTSPersist100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
LoadFromXML | Infrastructure. For more information, see IDTSPersist. | |
SaveToXML | Infrastructure. For more information, see IDTSPersist. |
Top