Propriedade do RDL AsymmetricKey
Gets or sets the IAsymmetricKey object that is associated with the user.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Property AsymmetricKey As IAsymmetricKey
Get
Set
'Uso
Dim instance As IMutableUser
Dim value As IAsymmetricKey
value = instance.AsymmetricKey
instance.AsymmetricKey = value
IAsymmetricKey AsymmetricKey { get; set; }
property IAsymmetricKey^ AsymmetricKey {
IAsymmetricKey^ get ();
void set (IAsymmetricKey^ value);
}
abstract AsymmetricKey : IAsymmetricKey with get, set
function get AsymmetricKey () : IAsymmetricKey
function set AsymmetricKey (value : IAsymmetricKey)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object that is associated with the user.
Implementa
Consulte também