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


Метод SelectChildrenByAttribute

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

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

Синтаксис

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

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

Параметры

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

Тип: System. . :: . .Boolean
true if the children elements are selected by their attributes; otherwise, false.