Méthode XmlReadRepeated.Next (String)

Retrieves a value that indicates the next step in the process. Ne faites pas directement référence à 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

  • elemName
    Type : System.String
    A string value of the element name.

Valeur de retour

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

Voir aussi

Référence

XmlReadRepeated Classe

Surcharge Next

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc