Visit 方法 (IAsymmetricKey)

Visits the specified IAsymmetricKey object.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Function Visit ( _
    assymetricKey As IAsymmetricKey _
) As T
用法
Dim instance As IDatabaseOwnedObjectVisitor
Dim assymetricKey As IAsymmetricKey
Dim returnValue As T

returnValue = instance.Visit(assymetricKey)
T Visit(
    IAsymmetricKey assymetricKey
)
T Visit(
    IAsymmetricKey^ assymetricKey
)
abstract Visit : 
        assymetricKey:IAsymmetricKey -> 'T 
function Visit(
    assymetricKey : IAsymmetricKey
) : T

返回值

类型:T
The object that is returned by the visit.