Partager via


ExecutableStringList.Strings, propriété

Obtient une liste des chaînes, qui peuvent également contenir des noms de variables.

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ExecutableStringList Classe

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