Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Deserializes an expression node from an XML reader.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function Deserialize ( _
xr As XmlReader _
) As ExpressionNode
'Utilizzo
Dim xr As XmlReader
Dim returnValue As ExpressionNode
returnValue = ExpressionNode.Deserialize(xr)
public static ExpressionNode Deserialize(
XmlReader xr
)
public:
static ExpressionNode^ Deserialize(
XmlReader^ xr
)
static member Deserialize :
xr:XmlReader -> ExpressionNode
public static function Deserialize(
xr : XmlReader
) : ExpressionNode
Parametri
- xr
Tipo: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.