Метод Visit (ICredential)

Visits the specified ICredential object.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Function Visit ( _
    credential As ICredential _
) As T
'Применение
Dim instance As IServerOwnedObjectVisitor
Dim credential As ICredential
Dim returnValue As T

returnValue = instance.Visit(credential)
T Visit(
    ICredential credential
)
T Visit(
    ICredential^ credential
)
abstract Visit : 
        credential:ICredential -> 'T 
function Visit(
    credential : ICredential
) : T

Параметры

Возвращаемое значение

Тип: T
The object that is returned by the visit.