Condividi tramite


Proprietà ServerEvent.DropAvailabilityGroup

Gets a server event that can be included in the event set.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property DropAvailabilityGroup As ServerEvent 
    Get
'Utilizzo
Dim value As ServerEvent 

value = ServerEvent.DropAvailabilityGroup
public static ServerEvent DropAvailabilityGroup { get; }
public:
static property ServerEvent^ DropAvailabilityGroup {
    ServerEvent^ get ();
}
static member DropAvailabilityGroup : ServerEvent
static function get DropAvailabilityGroup () : ServerEvent

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ServerEvent
A server event that can be included in the event set.

Vedere anche

Riferimento

ServerEvent Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo