Metodo XmlReadRepeated.Next (String)
Retrieves a value that indicates the next step in the process. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function Next ( _
elemName As String _
) As Boolean
'Utilizzo
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
Parametri
- elemName
Tipo: System.String
A string value of the element name.
Valore restituito
Tipo: System.Boolean
A value that indicates the next step in the process.