Share via


IIndexedColumn.IsIncluded Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsIncluded As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IIndexedColumn Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace