Partilhar via


Método GoDownOneLevel

Reads until the execution goes down one level. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Function GoDownOneLevel ( _
    reader As XmlTextReader _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
true if the execution goes down one level; otherwise, false.