Compartir a través de


ExecutableStringList.Strings (Propiedad)

Obtiene una lista de cadenas, que también pueden contener los nombres de variable.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ExecutableStringList Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)