XmlUtility.SelectChildrenByName(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 children elements by name
public static bool SelectChildrenByName (Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strName);
static member SelectChildrenByName : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string -> bool
Public Shared Function SelectChildrenByName (reader As XmlTextReader, strName As String) As Boolean
Parameters
- reader
- XmlTextReader
- strName
- String