Partilhar via


Método Visit (IAsymmetricKey)

Visits the specified IAsymmetricKey object.

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

Sintaxe

'Declaração
Function Visit ( _
    assymetricKey As IAsymmetricKey _
) As T
'Uso
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

Valor de retorno

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