Column.StatisticalSemantics 属性

Gets or sets a value to indicate whether a column has been enabled for Semantic Extraction and Indexing.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property StatisticalSemantics As Integer 
    Get
用法
Dim instance As Column 
Dim value As Integer 

value = instance.StatisticalSemantics
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int StatisticalSemantics { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int StatisticalSemantics {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StatisticalSemantics : int
function get StatisticalSemantics () : int

属性值

类型:System.Int32
True if a column has been enabled for Semantic Extraction and Indexing; otherwise, False.

请参阅

参考

Column 类

Microsoft.SqlServer.Management.Smo 命名空间