Поделиться через


Интерфейс IDTSComponentPersist100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Allows properties and settings for components and tasks to be saved and loaded from the package XML.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
'Применение
Dim instance As IDTSComponentPersist100
[GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface IDTSComponentPersist100
[GuidAttribute(L"124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface class IDTSComponentPersist100
[<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")>]
type IDTSComponentPersist100 =  interface end
public interface IDTSComponentPersist100

Тип IDTSComponentPersist100 обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод LoadFromXML Инфраструктура. Loads component information from XML.
Открытый метод SaveToXML Инфраструктура. Saves a component to XML. Tasks and containers implement this method.

В начало

Замечания

For more information, see IDTSComponentPersist.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper