Compartir a través de


SymmetricKey.AsymmetricKeys Propiedad

AsymmetricKeys relationship class of SymmetricKey

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property AsymmetricKeys As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

SymmetricKey Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model