Udostępnij przez


Metoda ExpressionNode.Parse (String, Type)

Analizuje określony ciąg znaków.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
Public Shared Function Parse ( _
    input As String, _
    facet As Type _
) As ExpressionNode
'Użycie
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

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Dmf.ExpressionNode
ExpressionNode Wartość obiektu, który określa część wyrażenie.