Interfaccia IDTSManagedPropertyHelper100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a managed property helper.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")> _
Public Interface IDTSManagedPropertyHelper100
'Utilizzo
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
Nel tipo IDTSManagedPropertyHelper100 sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
GetNextManagedProperty | Infrastruttura. Indicates whether to get the next managed property. | |
GetPropertyValue | Infrastruttura. Gets the property value. | |
ReflectOnObject | Infrastruttura. Reflects the helper on object. | |
SetPropertyValue | Infrastruttura. Sets the property value associated with the helper. |
In alto
Osservazioni
For more information, see ManagedHelper.ManagedPropertyHelper.