Метод Visit (IAsymmetricKey)
Visits the specified IAsymmetricKey object.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Visit ( _
assymetricKey As IAsymmetricKey _
) As T
'Применение
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
Параметры
- assymetricKey
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object to visit.
Возвращаемое значение
Тип: T
The object that is returned by the visit.