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