IDatabaseOwnedObjectVisitor<T>.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.

참고 항목

참조

IDatabaseOwnedObjectVisitor<T> 인터페이스

Visit 오버로드

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