Metodo SerializeProperties
Serializes the properties in the expression to an XML writer.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub SerializeProperties ( _
xw As XmlWriter, _
includeResult As Boolean _
)
'Utilizzo
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
)
Parametri
- 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.