Partilhar via


Método XmlUtility.SelectNextElement (XmlTextReader, String)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

XmlUtility Classe

Sobrecarregado SelectNextElement

Namespace Microsoft.SqlServer.Management.Sdk.Sfc