Метод Visit (ISpatialIndex)
Visits the specified ISpatialIndex object.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Visit ( _
spatialIndex As ISpatialIndex _
) As T
'Применение
Dim instance As IMetadataObjectVisitor
Dim spatialIndex As ISpatialIndex
Dim returnValue As T
returnValue = instance.Visit(spatialIndex)
T Visit(
ISpatialIndex spatialIndex
)
T Visit(
ISpatialIndex^ spatialIndex
)
abstract Visit :
spatialIndex:ISpatialIndex -> 'T
function Visit(
spatialIndex : ISpatialIndex
) : T
Параметры
- spatialIndex
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISpatialIndex
The ISpatialIndex object to visit.
Возвращаемое значение
Тип: T
The object that is returned by the visit.