Propriedade do RDL AsymmetricKeyName

Gets the name of the asymmetric key.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public Property AsymmetricKeyName As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
String