Freigeben über


IsIncluded-Eigenschaft

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

Eigenschaftswert

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