ISchemaOwnedObjectVisitor<T>.Visit 메서드 (IUserDefinedClrType)

Visits the specified IUserDefinedClrType object.

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

구문

‘선언
Function Visit ( _
    userDefinedClrType As IUserDefinedClrType _
) As T
‘사용 방법
Dim instance As ISchemaOwnedObjectVisitor 
Dim userDefinedClrType As IUserDefinedClrType 
Dim returnValue As T

returnValue = instance.Visit(userDefinedClrType)
T Visit(
    IUserDefinedClrType userDefinedClrType
)
T Visit(
    IUserDefinedClrType^ userDefinedClrType
)
abstract Visit : 
        userDefinedClrType:IUserDefinedClrType -> 'T 
function Visit(
    userDefinedClrType : IUserDefinedClrType
) : T

매개 변수

반환 값

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

참고 항목

참조

ISchemaOwnedObjectVisitor<T> 인터페이스

Visit 오버로드

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