Compartilhar via


Classe ManagedHelper.ManagedPropertyHelper

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the managed property header.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(True)> _
<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
'Uso
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

O tipo ManagedHelper.ManagedPropertyHelper expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ManagedHelper.ManagedPropertyHelper Infraestrutura. Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetNextManagedProperty Infraestrutura. Gets the next managed property.
Método público GetPropertyValue Infraestrutura. Gets the property value.
Método público GetType (Herdado de Object.)
Método público ReflectOnObject Infraestrutura. Reflects the helper on object.
Método público SetPropertyValue Infraestrutura. Sets the property value associated with the helper.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime