Méthode ExpressionNode.SerializeProperties

Serializes the properties in the expression to an XML writer.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Protected Overridable Sub SerializeProperties ( _
    xw As XmlWriter, _
    includeResult As Boolean _
)
'Utilisation
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
)

Paramètres

  • includeResult
    Type : System.Boolean
    A Boolean value that determines whether to include the property result.

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf