Compartilhar via


Delegado RegisteredServersStore.ExceptionDelegate

Represents the delegate that is used to throw a registered server exception.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
Public Delegate Function ExceptionDelegate ( _
    obj As Object _
) As Boolean
'Uso
Dim instance As New ExceptionDelegate(AddressOf HandlerMethod)
public delegate bool ExceptionDelegate(
    Object obj
)
public delegate bool ExceptionDelegate(
    Object^ obj
)
type ExceptionDelegate = 
    delegate of  
        obj:Object -> bool
JScript dá suporte ao uso de representantes, mas não à declaração de representantes novos.

Parâmetros

Valor de retorno

Tipo: System.Boolean
A Boolean value.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.RegisteredServers