Freigeben über


XmlUtility.SelectChildrenByName-Methode

Selects the children elements by name. 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 SelectChildrenByName ( _
    reader As XmlTextReader, _
    strName As String _
) As Boolean
'Usage
Dim reader As XmlTextReader 
Dim strName As String 
Dim returnValue As Boolean 

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

Parameter

Rückgabewert

Typ: System.Boolean
true if the children elements are selected by name; otherwise, false.

Siehe auch

Verweis

XmlUtility Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace