Visit Método (IAsymmetricKey)
Visits the specified IAsymmetricKey object.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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
Parámetros
- assymetricKey
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object to visit.
Valor devuelto
Tipo: T
The object that is returned by the visit.