共用方式為


RegisteredServersStore.ExceptionDelegate 委派

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

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Delegate Function ExceptionDelegate ( _
    obj As Object _
) As Boolean
'用途
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 支援委託的使用,但不支援新委託的宣告。

參數

傳回值

型別:System. . :: . .Boolean
A Boolean value.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。