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 命名空间