XmlUtility.SelectNextSibling Método
Indicates whether the reader selects the next sibling of the current element. 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 SelectNextSibling ( _
reader As XmlTextReader _
) As Boolean
'Uso
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.SelectNextSibling(reader)
public static bool SelectNextSibling(
XmlTextReader reader
)
public:
static bool SelectNextSibling(
XmlTextReader^ reader
)
static member SelectNextSibling :
reader:XmlTextReader -> bool
public static function SelectNextSibling(
reader : XmlTextReader
) : boolean
Parámetros
- reader
Tipo: System.Xml.XmlTextReader
The text reader to use.
Valor devuelto
Tipo: System.Boolean
true if the reader selects the next sibling of the current element; otherwise, false.