Parse Método (String)
Parses the specified string.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function Parse ( _
input As String _
) As ExpressionNode
'Uso
Dim input As String
Dim returnValue As ExpressionNode
returnValue = ExpressionNode.Parse(input)
public static ExpressionNode Parse(
string input
)
public:
static ExpressionNode^ Parse(
String^ input
)
static member Parse :
input:string -> ExpressionNode
public static function Parse(
input : String
) : ExpressionNode
Parámetros
- input
Tipo: System. . :: . .String
A String value that specifies the string to be parsed.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies part of an expression.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.