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