Freigeben über


Next-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function Next As Boolean
'Usage
Dim instance As XmlReadConditionedStatementPostProcess
Dim returnValue As Boolean

returnValue = instance.Next()
public override bool Next()
public:
virtual bool Next() override
abstract Next : unit -> bool 
override Next : unit -> bool 
public override function Next() : boolean

Rückgabewert

Typ: System. . :: . .Boolean
true to get the next post process; otherwise, false.