FullTextPredicate.Columns Property

Definition

Represents the columns that are used in the function.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression> Columns { get; }
member this.Columns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression>
Public ReadOnly Property Columns As IList(Of ColumnReferenceExpression)

Property Value

Applies to