Compartir a través de


XmlUtility.SelectNextElement Método (XmlTextReader, String)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function SelectNextElement ( _
    reader As XmlTextReader, _
    strName As String _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

XmlUtility Clase

Sobrecarga de SelectNextElement

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc