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는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

  • obj
    유형: System.Object
    A Object value that specifies the object that caused the exception.

반환 값

유형: System.Boolean
A Boolean value.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

Microsoft.SqlServer.Management.RegisteredServers 네임스페이스