ExpressionNode.DeserializeProperties 方法
Deserializes the properties in the expression from an XML reader.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Protected Overridable Sub DeserializeProperties ( _
xr As XmlReader, _
includeResult As Boolean _
)
'用途
Dim xr As XmlReader
Dim includeResult As Boolean
Me.DeserializeProperties(xr, includeResult)
protected virtual void DeserializeProperties(
XmlReader xr,
bool includeResult
)
protected:
virtual void DeserializeProperties(
XmlReader^ xr,
bool includeResult
)
abstract DeserializeProperties :
xr:XmlReader *
includeResult:bool -> unit
override DeserializeProperties :
xr:XmlReader *
includeResult:bool -> unit
protected function DeserializeProperties(
xr : XmlReader,
includeResult : boolean
)
參數
- xr
型別:System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
- includeResult
型別:System.Boolean
A Boolean value that determines whether to include the property result