Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Reads the end element in the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub ReadEndElement ( _
xr As XmlReader _
)
'Usage
Dim xr As XmlReader
Me.ReadEndElement(xr)
protected void ReadEndElement(
XmlReader xr
)
protected:
void ReadEndElement(
XmlReader^ xr
)
member ReadEndElement :
xr:XmlReader -> unit
protected function ReadEndElement(
xr : XmlReader
)
Parameters
- xr
Type: System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the specified element.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.