Share via


ILiteralScalarFactory.UnicodeString Property

Gets an IScalarExpression object that represents a literal expression of UNICODE (national) string data type.

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

Syntax

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

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

Property Value

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

See Also

Reference

ILiteralScalarFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace