Share via


ILiteralScalarFactory.String Property

Gets an IScalarExpression object that represents a literal expression of string data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property String As IScalarExpression 
    Get
'Usage
Dim instance As ILiteralScalarFactory 
Dim value As IScalarExpression 

value = instance.String
IScalarExpression String { get; }
property IScalarExpression^ String {
    IScalarExpression^ get ();
}
abstract String : IScalarExpression
function get String () : IScalarExpression

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarExpression
An IScalarExpression object.

See Also

Reference

ILiteralScalarFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace