Właściwość DatabaseEvent.AlterRole
Pobiera zdarzenie bazy danych, które można dołączyć zestaw zdarzeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Shared ReadOnly Property AlterRole As DatabaseEvent
Get
'Użycie
Dim value As DatabaseEvent
value = DatabaseEvent.AlterRole
public static DatabaseEvent AlterRole { get; }
public:
static property DatabaseEvent^ AlterRole {
DatabaseEvent^ get ();
}
static member AlterRole : DatabaseEvent
static function get AlterRole () : DatabaseEvent
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent obiekt reprezentujący AlterRole zdarzenie, które mogą być zawarte w zestaw zdarzeń bazy danych.