다음을 통해 공유


SerializeNode 메서드

Serializes the expression node to a text string.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
Public Shared Function SerializeNode ( _
    node As ExpressionNode _
) As String
‘사용 방법
Dim node As ExpressionNode
Dim returnValue As String

returnValue = ExpressionNode.SerializeNode(node)
public static string SerializeNode(
    ExpressionNode node
)
public:
static String^ SerializeNode(
    ExpressionNode^ node
)
static member SerializeNode : 
        node:ExpressionNode -> string 
public static function SerializeNode(
    node : ExpressionNode
) : String

매개 변수

반환 값

형식: System. . :: . .String
A String value that contains the serialized expression node in text format.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.