IDTSComponentPersist100 Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSComponentPersist.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")> _
<DefaultMemberAttribute("LoadFromXML")> _
Public Interface IDTSComponentPersist100
[TypeLibTypeAttribute(4160)]
[GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")]
[DefaultMemberAttribute("LoadFromXML")]
public interface IDTSComponentPersist100
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"21ADC0FA-35B6-4DDD-92F9-829C82A26D05")]
[DefaultMemberAttribute(L"LoadFromXML")]
public interface class IDTSComponentPersist100
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05") */
/** @attribute DefaultMemberAttribute("LoadFromXML") */
public interface IDTSComponentPersist100
TypeLibTypeAttribute(4160)
GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")
DefaultMemberAttribute("LoadFromXML")
public interface IDTSComponentPersist100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also