Metodo XmlUtility.SelectNextElementOnLevel
Indicates whether the reader selects the next element on the same level. 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 Shared Function SelectNextElementOnLevel ( _
reader As XmlTextReader _
) As Boolean
'Utilizzo
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.SelectNextElementOnLevel(reader)
public static bool SelectNextElementOnLevel(
XmlTextReader reader
)
public:
static bool SelectNextElementOnLevel(
XmlTextReader^ reader
)
static member SelectNextElementOnLevel :
reader:XmlTextReader -> bool
public static function SelectNextElementOnLevel(
reader : XmlTextReader
) : boolean
Parametri
- reader
Tipo: System.Xml.XmlTextReader
The text reader to use.
Valore restituito
Tipo: System.Boolean
true if the reader selects the next element on the same level; otherwise, false.