Condividi tramite


Proprietà DatabaseEncryptionKeyExtender.AsymmetricKeyName

Gets the name of the asymmetric key.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public Property AsymmetricKeyName As String 
    Get 
    Set
'Utilizzo
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As String 

value = instance.AsymmetricKeyName

instance.AsymmetricKeyName = value
[ExtendedPropertyAttribute]
public string AsymmetricKeyName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ AsymmetricKeyName {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member AsymmetricKeyName : string with get, set
function get AsymmetricKeyName () : String 
function set AsymmetricKeyName (value : String)

Valore proprietà

Tipo: System.String
The name of the asymmetric key.

Vedere anche

Riferimento

DatabaseEncryptionKeyExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo