Metodo SerializeNodeWithResult
Serializes the expression node to a text string.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function SerializeNodeWithResult ( _
node As ExpressionNode _
) As String
'Utilizzo
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
Parametri
- node
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the expression node.
Valore restituito
Tipo: System. . :: . .String
A String value that contains the serialized expression node in text format.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche