共用方式為


ExpressionNode.SerializeProperties 方法

Serializes the properties in the expression to an XML writer.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Protected Overridable Sub SerializeProperties ( _
    xw As XmlWriter, _
    includeResult As Boolean _
)
'用途
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
)

參數

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

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間