Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a list of strings, which can also hold variable names.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Strings As IList(Of ValueExpression)
Get
'Utilisation
Dim instance As ExecutableStringList
Dim value As IList(Of ValueExpression)
value = instance.Strings
public IList<ValueExpression> Strings { get; }
public:
property IList<ValueExpression^>^ Strings {
IList<ValueExpression^>^ get ();
}
member Strings : IList<ValueExpression>
function get Strings () : IList<ValueExpression>
Valeur de propriété
Type : System.Collections.Generic.IList<ValueExpression>
A list of strings which can also hold variable names.