ExecutableStringList.Strings Property
Gets a list of strings, which can also hold variable names.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Strings As IList(Of ValueExpression)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<ValueExpression>
A list of strings which can also hold variable names.