Compartir a través de


Column.StatisticalSemantics Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property StatisticalSemantics As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Column Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo