Freigeben über


IDTSManagedPropertyHelper100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a managed property helper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")> _
Public Interface IDTSManagedPropertyHelper100
'Usage
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

Der IDTSManagedPropertyHelper100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetNextManagedProperty Infrastruktur Indicates whether to get the next managed property.
Öffentliche Methode GetPropertyValue Infrastruktur Gets the property value.
Öffentliche Methode ReflectOnObject Infrastruktur Reflects the helper on object.
Öffentliche Methode SetPropertyValue Infrastruktur Sets the property value associated with the helper.

Zum Anfang

Hinweise

For more information, see ManagedHelper.ManagedPropertyHelper.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace