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
- 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.