Partager via


Propriété DbccStatement.Literals

Gets a list of named literals.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
    Get
'Utilisation
Dim instance As DbccStatement 
Dim value As IList(Of DbccNamedLiteral)

value = instance.Literals
public IList<DbccNamedLiteral> Literals { get; }
public:
property IList<DbccNamedLiteral^>^ Literals {
    IList<DbccNamedLiteral^>^ get ();
}
member Literals : IList<DbccNamedLiteral>
function get Literals () : IList<DbccNamedLiteral>

Valeur de propriété

Type : System.Collections.Generic.IList<DbccNamedLiteral>
A list of named literals.

Voir aussi

Référence

DbccStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom