Partilhar via


Propriedade do RDL IsIncluded

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 (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property IsIncluded As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IIndexedColumn. . :: . .IsIncluded