Share via


Literal.LiteralType Property

Gets or sets the literal type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property LiteralType As LiteralType
public LiteralType LiteralType { get; set; }
public:
property LiteralType LiteralType {
    LiteralType get ();
    void set (LiteralType value);
}
member LiteralType : LiteralType with get, set
function get LiteralType () : LiteralType
function set LiteralType (value : LiteralType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.LiteralType
Returns a LiteralType enumeration value.

.NET Framework Security

See Also

Reference

Literal Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace