Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the properties in the expression from an XML reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Overrides Sub DeserializeProperties ( _
xr As XmlReader, _
includeResult As Boolean _
)
'Usage
Dim xr As XmlReader
Dim includeResult As Boolean
Me.DeserializeProperties(xr, includeResult)
protected override void DeserializeProperties(
XmlReader xr,
bool includeResult
)
protected:
virtual void DeserializeProperties(
XmlReader^ xr,
bool includeResult
) override
abstract DeserializeProperties :
xr:XmlReader *
includeResult:bool -> unit
override DeserializeProperties :
xr:XmlReader *
includeResult:bool -> unit
protected override function DeserializeProperties(
xr : XmlReader,
includeResult : boolean
)
Parameters
- xr
Type: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
- includeResult
Type: System.Boolean
A Boolean value that determines whether to include the property result