ExecutableStringList.Strings 属性
Gets a list of strings, which can also hold variable names.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Strings As IList(Of ValueExpression)
Get
用法
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>
属性值
类型:System.Collections.Generic.IList<ValueExpression>
A list of strings which can also hold variable names.