IDatabaseOwnedObjectVisitor<T>.Visit Method (IAsymmetricKey)

Visits the specified IAsymmetricKey object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Function Visit ( _
    assymetricKey As IAsymmetricKey _
) As T
'Usage
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

Parameters

Return Value

Type: T
The object that is returned by the visit.

See Also

Reference

IDatabaseOwnedObjectVisitor<T> Interface

Visit Overload

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace