GoDownOneLevel-Methode
Reads until the execution goes down one level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GoDownOneLevel ( _
reader As XmlTextReader _
) As Boolean
'Usage
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.GoDownOneLevel(reader)
public static bool GoDownOneLevel(
XmlTextReader reader
)
public:
static bool GoDownOneLevel(
XmlTextReader^ reader
)
static member GoDownOneLevel :
reader:XmlTextReader -> bool
public static function GoDownOneLevel(
reader : XmlTextReader
) : boolean
Parameter
- reader
Typ: System.Xml. . :: . .XmlTextReader
The text reader to use.
Rückgabewert
Typ: System. . :: . .Boolean
true if the execution goes down one level; otherwise, false.