SerializeNodeWithResult méthode
Serializes the expression node to a text string.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function SerializeNodeWithResult ( _
node As ExpressionNode _
) As String
'Utilisation
Dim node As ExpressionNode
Dim returnValue As String
returnValue = ExpressionNode.SerializeNodeWithResult(node)
public static string SerializeNodeWithResult(
ExpressionNode node
)
public:
static String^ SerializeNodeWithResult(
ExpressionNode^ node
)
static member SerializeNodeWithResult :
node:ExpressionNode -> string
public static function SerializeNodeWithResult(
node : ExpressionNode
) : String
Paramètres
- node
Type : Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the expression node.
Valeur de retour
Type : System. . :: . .String
A String value that contains the serialized expression node in text format.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi