ParseCall::StringValue Property
Gets or sets the expression that will be parsed.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property ScalarExpression^ StringValue { ScalarExpression^ get(); void set(ScalarExpression^ value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::ScalarExpression^The expression that will be parsed.
Show: