Condividi tramite


Proprietà ExecutableStringList.Strings

Ottiene un elenco di stringhe che possono contenere anche nomi di variabile.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Strings As IList(Of Literal)
    Get
public IList<Literal> Strings { get; }
public:
property IList<Literal^>^ Strings {
    IList<Literal^>^ get ();
}
member Strings : IList<Literal>
function get Strings () : IList<Literal>

Valore proprietà

Tipo: System.Collections.Generic.IList<Literal>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExecutableStringList Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql