RegisteredServersStore.ExceptionDelegate-Delegat

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

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

Syntax

'Declaration
Public Delegate Function ExceptionDelegate ( _
    obj As Object _
) As Boolean
'Usage
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 unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
A Boolean value.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.