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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.