Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the next managed property.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetNextManagedProperty ( _
<OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Usage
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
Parameter
- nextManagedProperty
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY%
The property.
Rückgabewert
Typ: System.Boolean
The managed property.
Implementiert
IDTSManagedPropertyHelper100.GetNextManagedProperty(DTS_MANAGED_PROPERTY%)