Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Serializes the properties in the expression to an XML writer.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Overridable Sub SerializeProperties ( _
xw As XmlWriter, _
includeResult As Boolean _
)
'Usage
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
)
Parameters
- xw
Type: System.Xml.XmlWriter
A XmlWriter that specifies the XML writer used to serialize the expression node.
- includeResult
Type: System.Boolean
A Boolean value that determines whether to include the property result.