Delen via


RegisteredServersStore.ExceptionDelegates Field

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

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

Syntax

'Declaration
Public Shared ExceptionDelegates As RegisteredServersStore.ExceptionDelegate
'Usage
Dim value As RegisteredServersStore.ExceptionDelegate 

value = RegisteredServersStore.ExceptionDelegates 

RegisteredServersStore.ExceptionDelegates = value
public static RegisteredServersStore.ExceptionDelegate ExceptionDelegates
public:
static RegisteredServersStore.ExceptionDelegate^ ExceptionDelegates
static val mutable ExceptionDelegates: RegisteredServersStore.ExceptionDelegate
public static var ExceptionDelegates : RegisteredServersStore.ExceptionDelegate

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

RegisteredServersStore Class

Microsoft.SqlServer.Management.RegisteredServers Namespace