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 네임스페이스