Idioma

XmlUtility.SelectNextElement Método

Definição

Sobrecargas

Nome Description
SelectNextElement(XmlTextReader)

selecione o próximo elemento

SelectNextElement(XmlTextReader)

selecione o próximo elemento

SelectNextElement(XmlTextReader, String)

selecione o próximo elemento pelo nome

SelectNextElement(XmlTextReader, String)

selecione o próximo elemento pelo nome

SelectNextElement(XmlTextReader)

selecione o próximo elemento

public static bool SelectNextElement(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader);
static member SelectNextElement : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader) As Boolean

Parâmetros

reader
XmlTextReader

Retornos

Aplica-se a

SelectNextElement(XmlTextReader)

selecione o próximo elemento

public static bool SelectNextElement(System.Xml.XmlTextReader reader);
static member SelectNextElement : System.Xml.XmlTextReader -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader) As Boolean

Parâmetros

reader
XmlTextReader

Retornos

Aplica-se a

SelectNextElement(XmlTextReader, String)

selecione o próximo elemento pelo nome

public static bool SelectNextElement(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strName);
static member SelectNextElement : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader, strName As String) As Boolean

Parâmetros

reader
XmlTextReader
strName
String

Retornos

Aplica-se a

SelectNextElement(XmlTextReader, String)

selecione o próximo elemento pelo nome

public static bool SelectNextElement(System.Xml.XmlTextReader reader, string strName);
static member SelectNextElement : System.Xml.XmlTextReader * string -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader, strName As String) As Boolean

Parâmetros

reader
XmlTextReader
strName
String

Retornos

Aplica-se a