Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Moves the reader to the element with check.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Sub MoveToElementWithCheck ( _
xr As XmlReader, _
name As String _
)
'Utilisation
Dim xr As XmlReader
Dim name As String
ExpressionNode.MoveToElementWithCheck(xr, _
name)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected static void MoveToElementWithCheck(
XmlReader xr,
string name
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
static void MoveToElementWithCheck(
XmlReader^ xr,
String^ name
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member MoveToElementWithCheck :
xr:XmlReader *
name:string -> unit
protected static function MoveToElementWithCheck(
xr : XmlReader,
name : String
)
Paramètres
- xr
Type : System.Xml.XmlReader
The XML reader to be used.
- name
Type : System.String
The string that represents the name.
Notes
The elements in the node with check.