Partilhar via


Propriedade ISqlIndex.IndexedObject

Obtém ou define o objeto indexado.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlIndex Interface

Sobrecargas IndexedObject

Namespace Microsoft.Data.Schema.Sql.SchemaModel