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