IDatabaseIndex.IndexedObject Property
The object that is indexed.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property IndexedObject As IDatabaseColumnSource
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)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumnSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.