Compartir a través de


Clase ManagedHelper.ManagedPropertyHelper

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the managed property header.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<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

El tipo ManagedHelper.ManagedPropertyHelper expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ManagedHelper.ManagedPropertyHelper Infraestructura. Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetNextManagedProperty Infraestructura. Gets the next managed property.
Método público GetPropertyValue Infraestructura. Gets the property value.
Método público GetType (Se hereda de Object.)
Método público ReflectOnObject Infraestructura. Reflects the helper on object.
Método público SetPropertyValue Infraestructura. Sets the property value associated with the helper.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime