Dela 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
'Usage
Dim instance As Literal 
Dim value As LiteralType 

value = instance.LiteralType

instance.LiteralType = value
public LiteralType LiteralType { get; set; }
public:
property LiteralType LiteralType {
    LiteralType get ();
    void set (LiteralType value);
}
public function get LiteralType () : LiteralType 
public 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

Literal Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace