ServerEvent.DropAsymmetricKey Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropAsymmetricKey As ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.DropAsymmetricKey
public static ServerEvent DropAsymmetricKey { get; }
public:
static property ServerEvent^ DropAsymmetricKey {
ServerEvent^ get ();
}
static member DropAsymmetricKey : ServerEvent
static function get DropAsymmetricKey () : ServerEvent
Property Value
See Also