AsymmetricKey 屬性
Gets the IAsymmetricKey object that is associated with the user.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property AsymmetricKey As IAsymmetricKey
Get
'用途
Dim instance As IUser
Dim value As IAsymmetricKey
value = instance.AsymmetricKey
IAsymmetricKey AsymmetricKey { get; }
property IAsymmetricKey^ AsymmetricKey {
IAsymmetricKey^ get ();
}
abstract AsymmetricKey : IAsymmetricKey
function get AsymmetricKey () : IAsymmetricKey
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object that is associated with the user.