Proprietà IsFullTextIndexed
Ottiene il valore della proprietà Boolean che specifica se la colonna viene inclusa in un indice full-text.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsFullTextIndexed As Boolean
Get
'Utilizzo
Dim instance As Column
Dim value As Boolean
value = instance.IsFullTextIndexed
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsFullTextIndexed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsFullTextIndexed {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsFullTextIndexed : bool
function get IsFullTextIndexed () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
Valore Boolean che specifica se la colonna viene inclusa in un indice full-text.
Se True, la colonna viene utilizzata da un indice full-text. In caso contrario False (impostazione predefinita).
Osservazioni
Nota
The value of the IsFullTextIndexed property is always treated as false by columns based on the UserDefinedTableType object.
Vedere anche