ExpressionNode.SerializeNode(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 SerializeNode (Microsoft.SqlServer.Management.Dmf.ExpressionNode node);
static member SerializeNode : Microsoft.SqlServer.Management.Dmf.ExpressionNode -> string
Public Shared Function SerializeNode (node As ExpressionNode) As String
Parameters
- node
- ExpressionNode