Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Returns the currently selected event notifications.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetEventSelection As SqlAssemblyEventSet
'Uso
Dim instance As SqlAssemblyEvents
Dim returnValue As SqlAssemblyEventSet
returnValue = instance.GetEventSelection()
public SqlAssemblyEventSet GetEventSelection()
public:
SqlAssemblyEventSet^ GetEventSelection()
member GetEventSelection : unit -> SqlAssemblyEventSet
public function GetEventSelection() : SqlAssemblyEventSet
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
A SqlAssemblyEventSet object that specifies the set of assembly events.