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.