Partager via


Méthode Next (String)

Retrieves a value that indicates the next step in the process. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function Next ( _
    elemName As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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