Dela via


ISql100SpatialIndex.IndexedObject Property

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

Syntax

'Declaration
Property IndexedObject As ISql100SpatialIndexedObject
'Usage
Dim instance As ISql100SpatialIndex 
Dim value As ISql100SpatialIndexedObject 

value = instance.IndexedObject

instance.IndexedObject = value
ISql100SpatialIndexedObject IndexedObject { get; set; }
property ISql100SpatialIndexedObject^ IndexedObject {
    ISql100SpatialIndexedObject^ get ();
    void set (ISql100SpatialIndexedObject^ value);
}
function get IndexedObject () : ISql100SpatialIndexedObject 
function set IndexedObject (value : ISql100SpatialIndexedObject)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100SpatialIndexedObject

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

ISql100SpatialIndex Members

IndexedObject Overload

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace