Partager via


ISqlIndex.IndexedObject, propriété

Obtient ou définit l'objet indexé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IndexedObject As ISqlColumnSource
    Get
    Set
ISqlColumnSource IndexedObject { get; set; }
property ISqlColumnSource^ IndexedObject {
    ISqlColumnSource^ get ();
    void set (ISqlColumnSource^ value);
}
abstract IndexedObject : ISqlColumnSource with get, set
function get IndexedObject () : ISqlColumnSource
function set IndexedObject (value : ISqlColumnSource)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource

Sécurité .NET Framework

Voir aussi

Référence

ISqlIndex Interface

IndexedObject, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms