Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the next managed property.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function GetNextManagedProperty ( _
<OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Utilisation
Dim instance As ManagedHelper.ManagedPropertyHelper
Dim nextManagedProperty As DTS_MANAGED_PROPERTY
Dim returnValue As Boolean
returnValue = instance.GetNextManagedProperty(nextManagedProperty)
public bool GetNextManagedProperty(
out DTS_MANAGED_PROPERTY nextManagedProperty
)
public:
virtual bool GetNextManagedProperty(
[OutAttribute] DTS_MANAGED_PROPERTY% nextManagedProperty
) sealed
abstract GetNextManagedProperty :
nextManagedProperty:DTS_MANAGED_PROPERTY byref -> bool
override GetNextManagedProperty :
nextManagedProperty:DTS_MANAGED_PROPERTY byref -> bool
public final function GetNextManagedProperty(
nextManagedProperty : DTS_MANAGED_PROPERTY
) : boolean
Paramètres
- nextManagedProperty
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY%
The property.
Valeur de retour
Type : System.Boolean
The managed property.
Implémente
IDTSManagedPropertyHelper100.GetNextManagedProperty(DTS_MANAGED_PROPERTY%)