FullTextIndexColumn.StatisticalSemantics 属性
Gets or sets whether this column is included for statistical semantic queries.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property StatisticalSemantics As Integer
Get
Set
用法
Dim instance As FullTextIndexColumn
Dim value As Integer
value = instance.StatisticalSemantics
instance.StatisticalSemantics = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public int StatisticalSemantics { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property int StatisticalSemantics {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member StatisticalSemantics : int with get, set
function get StatisticalSemantics () : int
function set StatisticalSemantics (value : int)
属性值
类型:System.Int32
True if the column is included for statistical semantic queries; otherwise, false.