Partager via


Propriété IsIncluded

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property IsIncluded As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IIndexedColumn. . :: . .IsIncluded