Share via


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 네임스페이스