Freigeben über


Options-Eigenschaft

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird. Use Options instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Property Options As ExceptionMessageBoxOptions
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxOptions

value = instance.Options

instance.Options = value
public ExceptionMessageBoxOptions Options { get; set; }
public:
property ExceptionMessageBoxOptions Options {
    ExceptionMessageBoxOptions get ();
    void set (ExceptionMessageBoxOptions value);
}
member Options : ExceptionMessageBoxOptions with get, set
function get Options () : ExceptionMessageBoxOptions
function set Options (value : ExceptionMessageBoxOptions)