Visit メソッド (IAsymmetricKey)
指定した IAsymmetricKey オブジェクトを訪問します。
名前空間: 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
訪問する IAsymmetricKey オブジェクトです。
戻り値
型: T
訪問によって返されるオブジェクトです。