Свойство IsIncluded

Gets or sets 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)

Синтаксис

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

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

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

Реализует

IIndexedColumn. . :: . .IsIncluded