Метод Parse (String, Type)
Parses the specified string.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Shared Function Parse ( _
input As String, _
facet As Type _
) As ExpressionNode
'Применение
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
Параметры
- input
Тип: System. . :: . .String
A String value that specifies the string to be parsed.
- facet
Тип: System. . :: . .Type
A Type value that specifies the type of object.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies part of an expression.
См. также