Freigeben über


SfcDependencyEngine.DependencyTreeEnumerator.MoveNext-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 Function MoveNext As Boolean
'Usage
Dim instance As SfcDependencyEngine.DependencyTreeEnumerator 
Dim returnValue As Boolean 

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

Rückgabewert

Typ: System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implementiert

IEnumerator.MoveNext()

Siehe auch

Verweis

SfcDependencyEngine.DependencyTreeEnumerator Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace