Udostępnij za pośrednictwem


Właściwość DatabaseEventSet.DropSymmetricKey

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie jest uwzględniany w zestaw zdarzeń.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Property DropSymmetricKey As Boolean
    Get
    Set
'Użycie
Dim instance As DatabaseEventSet
Dim value As Boolean

value = instance.DropSymmetricKey

instance.DropSymmetricKey = value
public bool DropSymmetricKey { get; set; }
public:
property bool DropSymmetricKey {
    bool get ();
    void set (bool value);
}
member DropSymmetricKey : bool with get, set
function get DropSymmetricKey () : boolean
function set DropSymmetricKey (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy DropSymmetricKey zdarzenie jest uwzględniane w przypadku zestaw.
W przypadku wartości True zdarzenie jest uwzględniane w zbiorze zdarzeń. W przeciwnym razie zwraca wartość False.