Sdílet prostřednictvím


ExecutableStringList.Strings – vlastnost

Získá seznam řetězců, které může také obsahovat názvy proměnných.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExecutableStringList Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů