Compartir a través de


IndexedColumn.IsComputed Propiedad

Gets the Boolean property value that specifies whether the indexed column is computed or not.

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 IsComputed As Boolean 
    Get
'Uso
Dim instance As IndexedColumn 
Dim value As Boolean 

value = instance.IsComputed
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsComputed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsComputed {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsComputed : bool
function get IsComputed () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies whether the column value is the result of a computed expression.If True, the column is computed.If False (default), the column is not computed.

Ejemplos

Crear, modificar y eliminar índices

Vea también

Referencia

IndexedColumn Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Índices

CREATE INDEX (Transact-SQL)