XmlUtility.SelectElementByName(XmlTextReader, String) 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.
select the first eleemtn with the given name
public static bool SelectElementByName (Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strName);
static member SelectElementByName : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string -> bool
Public Shared Function SelectElementByName (reader As XmlTextReader, strName As String) As Boolean
Parameters
- reader
- XmlTextReader
- strName
- String