Freigeben über


Next-Methode (String)

Retrieves a value that indicates the next step in the process. 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 Next ( _
    elemName As String _
) As Boolean
'Usage
Dim instance As XmlReadRepeated
Dim elemName As String
Dim returnValue As Boolean

returnValue = instance.Next(elemName)
public bool Next(
    string elemName
)
public:
bool Next(
    String^ elemName
)
member Next : 
        elemName:string -> bool 
public function Next(
    elemName : String
) : boolean

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
A value that indicates the next step in the process.