Column.IsFullTextIndexed Propiedad
Gets the Boolean property value that specifies whether the column participates in a full-text index.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsFullTextIndexed As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that specifies whether the column participates in a full-text index. If True, the column is used by a full-text index. Otherwise, False (default).
Comentarios
[!NOTA]
The value of the IsFullTextIndexed property is always treated as false by columns based on the UserDefinedTableType object.
Ejemplos
Trabajar con objetos de bases de datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo