XmlUtility.SelectNextElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SelectNextElement(XmlTextReader) |
select the next element |
SelectNextElement(XmlTextReader, String) |
select the next element by name |
SelectNextElement(XmlTextReader)
select the next element
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
Parameters
- reader
- XmlTextReader
Returns
Applies to
SelectNextElement(XmlTextReader, String)
select the next element by name
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
Parameters
- reader
- XmlTextReader
- strName
- String