Metoda XmlUtility.SelectElementByName
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Shared Function SelectElementByName ( _
reader As XmlTextReader, _
strName As String _
) As Boolean
'Użycie
Dim reader As XmlTextReader
Dim strName As String
Dim returnValue As Boolean
returnValue = XmlUtility.SelectElementByName(reader, _
strName)
public static bool SelectElementByName(
XmlTextReader reader,
string strName
)
public:
static bool SelectElementByName(
XmlTextReader^ reader,
String^ strName
)
static member SelectElementByName :
reader:XmlTextReader *
strName:string -> bool
public static function SelectElementByName(
reader : XmlTextReader,
strName : String
) : boolean
Parametry
- reader
Typ: System.Xml.XmlTextReader
Czytnik tekstu do używania.
- strName
Typ: System.String
Ciąg, który reprezentuje nazwę ciągu.
Wartość zwracana
Typ: System.Boolean
TRUE zaznacz pierwszy element o podanej nazwie; w przeciwnym razie false.