Поделиться через


Метод XmlUtility.SelectNextElement (XmlTextReader, String)

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Shared Function SelectNextElement ( _
    reader As XmlTextReader, _
    strName As String _
) As Boolean
'Применение
Dim reader As XmlTextReader 
Dim strName As String 
Dim returnValue As Boolean 

returnValue = XmlUtility.SelectNextElement(reader, _
    strName)
public static bool SelectNextElement(
    XmlTextReader reader,
    string strName
)
public:
static bool SelectNextElement(
    XmlTextReader^ reader, 
    String^ strName
)
static member SelectNextElement : 
        reader:XmlTextReader * 
        strName:string -> bool
public static function SelectNextElement(
    reader : XmlTextReader, 
    strName : String
) : boolean

Параметры

  • strName
    Тип: System.String
    A string that represents the string name.

Возвращаемое значение

Тип: System.Boolean
true to select the next element by name; otherwise, false.

См. также

Справочник

XmlUtility Класс

Перегрузка SelectNextElement

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc