Partilhar via


Propriedade do RDL SymmetricKey.SymmetricKeys

SymmetricKeys relationship class of SymmetricKey

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

Sintaxe

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

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Consulte também

Referência

SymmetricKey Classe

Namespace Microsoft.SqlServer.Dac.Model