IMetadataObjectVisitor<T>.Visit 메서드 (ITableDataType)

Visits the specified ITableDataType object.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function Visit ( _
    tableDataType As ITableDataType _
) As T
‘사용 방법
Dim instance As IMetadataObjectVisitor 
Dim tableDataType As ITableDataType 
Dim returnValue As T

returnValue = instance.Visit(tableDataType)
T Visit(
    ITableDataType tableDataType
)
T Visit(
    ITableDataType^ tableDataType
)
abstract Visit : 
        tableDataType:ITableDataType -> 'T 
function Visit(
    tableDataType : ITableDataType
) : T

매개 변수

반환 값

유형: T
The object that is returned by the visit.

참고 항목

참조

IMetadataObjectVisitor<T> 인터페이스

Visit 오버로드

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스