다음을 통해 공유


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

매개 변수

반환 값

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