Compartir a través de


ISqlIndex.IndexedObject (Propiedad)

Obtiene o establece el objeto indizado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlIndex Interfaz

IndexedObject (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)