Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the type of the literal.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property LiteralType As LiteralType
Get
'Utilisation
Dim instance As IntegerLiteral
Dim value As LiteralType
value = instance.LiteralType
public override LiteralType LiteralType { get; }
public:
virtual property LiteralType LiteralType {
LiteralType get () override;
}
abstract LiteralType : LiteralType
override LiteralType : LiteralType
override function get LiteralType () : LiteralType
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The type of the literal.