Share via


IMutableIndexedColumn.IsIncluded Property

Gets or sets 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
Property IsIncluded As Boolean
    Get
    Set
'Usage
Dim instance As IMutableIndexedColumn
Dim value As Boolean

value = instance.IsIncluded

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

Property Value

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

Implements

IIndexedColumn.IsIncluded