Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets a server event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property DropServerRole As ServerEvent
Get
'Uso
Dim value As ServerEvent
value = ServerEvent.DropServerRole
public static ServerEvent DropServerRole { get; }
public:
static property ServerEvent^ DropServerRole {
ServerEvent^ get ();
}
static member DropServerRole : ServerEvent
static function get DropServerRole () : ServerEvent
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that represents the DropServerRole event that can be included in the server event set.