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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.