Compartir a través de


ManagedHelper.ManagedPropertyHelper.GetNextManagedProperty Method

This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

This method is not CLS-compliant.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
public bool GetNextManagedProperty (
    out DTS_MANAGED_PROPERTY nextManagedProperty
)
public:
virtual bool GetNextManagedProperty (
    [OutAttribute] DTS_MANAGED_PROPERTY% nextManagedProperty
) sealed
public final boolean GetNextManagedProperty (
    /** @attribute OutAttribute() */ /** @ref */ DTS_MANAGED_PROPERTY nextManagedProperty
)
JScript no permite pasar argumentos de valor para referencia.

Parámetros

  • nextManagedProperty

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ManagedHelper.ManagedPropertyHelper Class
ManagedHelper.ManagedPropertyHelper Members
Microsoft.SqlServer.Dts.Runtime Namespace