ExpressionNode.SerializeNodeWithResult(ExpressionNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes given Node to a string
public static string SerializeNodeWithResult (Microsoft.SqlServer.Management.Dmf.ExpressionNode node);
static member SerializeNodeWithResult : Microsoft.SqlServer.Management.Dmf.ExpressionNode -> string
Public Shared Function SerializeNodeWithResult (node As ExpressionNode) As String
Parameters
- node
- ExpressionNode