Partager via


Literal.LiteralType, propriété

Obtient ou définit le type de littéral.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property LiteralType As LiteralType
    Get
    Set
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.LiteralType
Retourne une valeur d'énumération LiteralType.

Sécurité .NET Framework

Voir aussi

Référence

Literal Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms