Metodo Parse (String, Type)
Parses the specified string.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function Parse ( _
input As String, _
facet As Type _
) As ExpressionNode
'Utilizzo
Dim input As String
Dim facet As Type
Dim returnValue As ExpressionNode
returnValue = ExpressionNode.Parse(input, facet)
public static ExpressionNode Parse(
string input,
Type facet
)
public:
static ExpressionNode^ Parse(
String^ input,
Type^ facet
)
static member Parse :
input:string *
facet:Type -> ExpressionNode
public static function Parse(
input : String,
facet : Type
) : ExpressionNode
Parametri
- input
Tipo: System. . :: . .String
A String value that specifies the string to be parsed.
- facet
Tipo: System. . :: . .Type
A Type value that specifies the type of object.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies part of an expression.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche