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


Интерфейс IDTSManagedPropertyHelper100

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

Represents a managed property helper.

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

Синтаксис

'Декларация
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")> _
Public Interface IDTSManagedPropertyHelper100
'Применение
Dim instance As IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface class IDTSManagedPropertyHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")>]
type IDTSManagedPropertyHelper100 =  interface end
public interface IDTSManagedPropertyHelper100

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

Методы

  Имя Описание
Открытый метод GetNextManagedProperty Инфраструктура. Indicates whether to get the next managed property.
Открытый метод GetPropertyValue Инфраструктура. Gets the property value.
Открытый метод ReflectOnObject Инфраструктура. Reflects the helper on object.
Открытый метод SetPropertyValue Инфраструктура. Sets the property value associated with the helper.

В начало

Замечания

For more information, see ManagedHelper.ManagedPropertyHelper.

См. также

Справочник

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