Partilhar via


Propriedade do RDL DatabaseEncryptionKey.AsymmetricKey

AsymmetricKey relationship class of DatabaseEncryptionKey

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Shared Property AsymmetricKey As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = DatabaseEncryptionKey.AsymmetricKey
public static ModelRelationshipClass AsymmetricKey { get; internal set; }
public:
static property ModelRelationshipClass^ AsymmetricKey {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member AsymmetricKey : ModelRelationshipClass with get, internal set
static function get AsymmetricKey () : ModelRelationshipClass 
internal static function set AsymmetricKey (value : ModelRelationshipClass)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Consulte também

Referência

DatabaseEncryptionKey Classe

Namespace Microsoft.SqlServer.Dac.Model