Udostępnij za pośrednictwem


Metoda XmlUtility.IsElement

Wskazuje, czy bieżący obiekt jest elementem o podanej nazwie.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 IsElement ( _
    reader As XmlTextReader, _
    strName As String _
) As Boolean
'Użycie
Dim reader As XmlTextReader
Dim strName As String
Dim returnValue As Boolean

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

Parametry

  • strName
    Typ: System.String
    Ciąg, który reprezentuje nazwę ciągu.

Wartość zwracana

Typ: System.Boolean
TRUE Jeśli bieżącego obiekt jest elementem o podanej nazwie; w przeciwnym razie false.