Metodo XmlUtility.SelectNextElement (XmlTextReader)

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 SelectNextElement ( _
    reader As XmlTextReader _
) As Boolean
'Utilizzo
Dim reader As XmlTextReader 
Dim returnValue As Boolean 

returnValue = XmlUtility.SelectNextElement(reader)
public static bool SelectNextElement(
    XmlTextReader reader
)
public:
static bool SelectNextElement(
    XmlTextReader^ reader
)
static member SelectNextElement : 
        reader:XmlTextReader -> bool
public static function SelectNextElement(
    reader : XmlTextReader
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true to select the next element; otherwise, false.

Vedere anche

Riferimento

XmlUtility Classe

Overload SelectNextElement

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc