Condividi tramite


Classe ManagedHelper.ManagedPropertyHelper

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the managed property header.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper.ManagedPropertyHelper

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(True)> _
<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
'Utilizzo
Dim instance As ManagedHelper.ManagedPropertyHelper
[ComVisibleAttribute(true)]
[GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[ComVisibleAttribute(true)]
[GuidAttribute(L"AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")>]
type ManagedPropertyHelper =  
    class 
        interface IDTSManagedPropertyHelper100 
    end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100

Nel tipo ManagedHelper.ManagedPropertyHelper sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ManagedHelper.ManagedPropertyHelper Infrastruttura. Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetNextManagedProperty Infrastruttura. Gets the next managed property.
Metodo pubblico GetPropertyValue Infrastruttura. Gets the property value.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ReflectOnObject Infrastruttura. Reflects the helper on object.
Metodo pubblico SetPropertyValue Infrastruttura. Sets the property value associated with the helper.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime