Metoda IMetadataObjectVisitor<T>.Visit (IUdtMethod)
Wizyty określonego IUdtMethod obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Function Visit ( _
udtMethod As IUdtMethod _
) As T
'Użycie
Dim instance As IMetadataObjectVisitor
Dim udtMethod As IUdtMethod
Dim returnValue As T
returnValue = instance.Visit(udtMethod)
T Visit(
IUdtMethod udtMethod
)
T Visit(
IUdtMethod^ udtMethod
)
abstract Visit :
udtMethod:IUdtMethod -> 'T
function Visit(
udtMethod : IUdtMethod
) : T
Parametry
- udtMethod
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata.IUdtMethod
IUdtMethod Obiekt, aby odwiedzić witrynę.
Wartość zwracana
Typ: T
Obiekt, który jest zwracany przez wizyty.