Share via


DatabaseEventSet.AlterAsymmetricKey Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a Boolean property value that specifies whether the event is included in the event set.

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

Syntax

public bool AlterAsymmetricKey { get; set; }
public:
property bool AlterAsymmetricKey {
    bool get();
    void set(bool value);
}
member AlterAsymmetricKey : bool with get, set
Public Property AlterAsymmetricKey As Boolean

Property Value

Type: System.Boolean

A Boolean value that specifies whether the AlterSymmetricKey event is included in the event set.

If True, the event is included in the event set. Otherwise, False.

Examples

Legacy Code Example

Handling SMO Events

See Also

DatabaseEventSet Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top