Metodo XmlUtility.SelectNextElement (XmlTextReader, String)

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, _
    strName As String _
) As Boolean
'Utilizzo
Dim reader As XmlTextReader 
Dim strName As String 
Dim returnValue As Boolean 

returnValue = XmlUtility.SelectNextElement(reader, _
    strName)
public static bool SelectNextElement(
    XmlTextReader reader,
    string strName
)
public:
static bool SelectNextElement(
    XmlTextReader^ reader, 
    String^ strName
)
static member SelectNextElement : 
        reader:XmlTextReader * 
        strName:string -> bool
public static function SelectNextElement(
    reader : XmlTextReader, 
    strName : String
) : boolean

Parametri

  • strName
    Tipo: System.String
    A string that represents the string name.

Valore restituito

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

Vedere anche

Riferimento

XmlUtility Classe

Overload SelectNextElement

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