Compartir a través de


IsIncluded Propiedad

Gets a value that indicates whether the column is included in the index.

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

Sintaxis

'Declaración
ReadOnly Property IsIncluded As Boolean
    Get
'Uso
Dim instance As IIndexedColumn
Dim value As Boolean

value = instance.IsIncluded
bool IsIncluded { get; }
property bool IsIncluded {
    bool get ();
}
abstract IsIncluded : bool
function get IsIncluded () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the column is included in the index; otherwise, false.