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
- 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.