Свойство IsIncluded

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsIncluded As Boolean
    Get
'Применение
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

Значение свойства

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