Compartir a través de


XmlUtility.SelectNextSibling Method

Definition

Overloads

SelectNextSibling(XmlTextReader)

select the next sibbling of the current element

SelectNextSibling(XmlTextReader)

select the next sibbling of the current element

SelectNextSibling(XmlTextReader)

select the next sibbling of the current element

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

Parameters

reader
XmlTextReader

Returns

Applies to

SelectNextSibling(XmlTextReader)

select the next sibbling of the current element

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

Parameters

reader
XmlTextReader

Returns

Applies to