Propriedade IDatabaseIndex.IndexedObject

O objeto que é indexado.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Property IndexedObject As IDatabaseColumnSource
    Get
    Set
IDatabaseColumnSource IndexedObject { get; set; }
property IDatabaseColumnSource^ IndexedObject {
    IDatabaseColumnSource^ get ();
    void set (IDatabaseColumnSource^ value);
}
abstract IndexedObject : IDatabaseColumnSource with get, set
function get IndexedObject () : IDatabaseColumnSource
function set IndexedObject (value : IDatabaseColumnSource)

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumnSource

Segurança do .NET Framework

Consulte também

Referência

IDatabaseIndex Interface

Namespace Microsoft.Data.Schema.SchemaModel.Abstract