IMetadataObjectVisitor<T>.Visit Method (ISystemDataType)
Visits the specified ISystemDataType object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Function Visit ( _
systemDataType As ISystemDataType _
) As T
'Usage
Dim instance As IMetadataObjectVisitor
Dim systemDataType As ISystemDataType
Dim returnValue As T
returnValue = instance.Visit(systemDataType)
T Visit(
ISystemDataType systemDataType
)
T Visit(
ISystemDataType^ systemDataType
)
abstract Visit :
systemDataType:ISystemDataType -> 'T
function Visit(
systemDataType : ISystemDataType
) : T
Parameters
- systemDataType
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object to visit.
Return Value
Type: T
The object that is returned by the visit.