Méthode Visit (IAsymmetricKey)
Visits the specified IAsymmetricKey object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Function Visit ( _
assymetricKey As IAsymmetricKey _
) As T
'Utilisation
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
Paramètres
- assymetricKey
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object to visit.
Valeur de retour
Type : T
The object that is returned by the visit.