Next 方法

Indicates whether it goes to the next prefix in the xml. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides Function Next As Boolean
用法
Dim instance As XmlReadSimpleParentLink
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

返回值

类型:System. . :: . .Boolean
true if it goes to the next prefix in the xml; otherwise, false.