Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetFirstElementOnLevel ( _
reader As XmlTextReader _
) As Boolean
'Usage
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.GetFirstElementOnLevel(reader)
public static bool GetFirstElementOnLevel(
XmlTextReader reader
)
public:
static bool GetFirstElementOnLevel(
XmlTextReader^ reader
)
static member GetFirstElementOnLevel :
reader:XmlTextReader -> bool
public static function GetFirstElementOnLevel(
reader : XmlTextReader
) : boolean
Parameters
- reader
Type: System.Xml.XmlTextReader
The text reader to use.
Return Value
Type: System.Boolean
true to get the first element on the current level; otherwise, false.