Partager via


Propriété IsIncluded

Gets 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
ReadOnly Property IsIncluded As Boolean
    Get
'Utilisation
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

Valeur de propriété

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