Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a value to indicate whether a column has been enabled for Semantic Extraction and Indexing.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property StatisticalSemantics As Integer
Get
'Usage
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
Property Value
Type: System.Int32
True if a column has been enabled for Semantic Extraction and Indexing; otherwise, False.