ISql100SpatialIndexedObject.SpatialIndexes プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property SpatialIndexes As IList(Of ISql100SpatialIndex)
'使用
Dim instance As ISql100SpatialIndexedObject
Dim value As IList(Of ISql100SpatialIndex)
value = instance.SpatialIndexes
IList<ISql100SpatialIndex> SpatialIndexes { get; }
property IList<ISql100SpatialIndex^>^ SpatialIndexes {
IList<ISql100SpatialIndex^>^ get ();
}
function get SpatialIndexes () : IList<ISql100SpatialIndex>
プロパティ値
型 : System.Collections.Generic.IList<ISql100SpatialIndex>
参照
参照
ISql100SpatialIndexedObject インターフェイス