Partager via


Interface IDTSManagedPropertyHelper100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a managed property helper.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

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

Le type IDTSManagedPropertyHelper100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetNextManagedProperty Infrastructure. Indicates whether to get the next managed property.
Méthode publique GetPropertyValue Infrastructure. Gets the property value.
Méthode publique ReflectOnObject Infrastructure. Reflects the helper on object.
Méthode publique SetPropertyValue Infrastructure. Sets the property value associated with the helper.

Haut de la page

Notes

For more information, see ManagedHelper.ManagedPropertyHelper.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper