Интерфейс 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.