Compartir a través de


XmlUtility.SelectChildrenByName Método

Selects the children elements by name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function SelectChildrenByName ( _
    reader As XmlTextReader, _
    strName As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

XmlUtility Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc