ISql100SpatialIndex.IndexedObject Property
Gets or sets the object that is indexed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IndexedObject As ISql100SpatialIndexedObject
ISql100SpatialIndexedObject IndexedObject { get; set; }
property ISql100SpatialIndexedObject^ IndexedObject {
ISql100SpatialIndexedObject^ get ();
void set (ISql100SpatialIndexedObject^ value);
}
abstract IndexedObject : ISql100SpatialIndexedObject with get, set
function get IndexedObject () : ISql100SpatialIndexedObject
function set IndexedObject (value : ISql100SpatialIndexedObject)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100SpatialIndexedObject
.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.