다음을 통해 공유


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.

참고 항목

참조

FullTextIndexColumn 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스