Partilhar via


Propriedade do RDL FullTextIndexColumn.StatisticalSemantics

Gets or sets whether this column is included for statistical semantic queries.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property StatisticalSemantics As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
True if the column is included for statistical semantic queries; otherwise, false.

Consulte também

Referência

FullTextIndexColumn Classe

Namespace Microsoft.SqlServer.Management.Smo