SerializeProperties Método
Serializes the properties in the expression to an XML writer.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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.