XmlUtility.SelectNextElement Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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