Dela via


ExecutableStringList.Strings Property

Gets a list of strings, which can also hold variable names.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Strings As IList(Of Literal)
'Usage
Dim instance As ExecutableStringList 
Dim value As IList(Of Literal)

value = instance.Strings
public IList<Literal> Strings { get; }
public:
property IList<Literal^>^ Strings {
    IList<Literal^>^ get ();
}
public function get Strings () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

ExecutableStringList Class

ExecutableStringList Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace