Método ExpressionNode.SerializeProperties
Serializes the properties in the expression to an XML writer.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Overridable Sub SerializeProperties ( _
xw As XmlWriter, _
includeResult As Boolean _
)
'Uso
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
)
Parâmetros
- xw
Tipo: System.Xml.XmlWriter
A XmlWriter that specifies the XML writer used to serialize the expression node.
- includeResult
Tipo: System.Boolean
A Boolean value that determines whether to include the property result.