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
- assymetricKey
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IAsymmetricKey
The IAsymmetricKey object to visit.
Return Value
Type: T
The object that is returned by the visit.