Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the symbol to display in the exception message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Property Symbol As ExceptionMessageBoxSymbol
Get
Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxSymbol
value = instance.Symbol
instance.Symbol = value
public ExceptionMessageBoxSymbol Symbol { get; set; }
public:
property ExceptionMessageBoxSymbol Symbol {
ExceptionMessageBoxSymbol get ();
void set (ExceptionMessageBoxSymbol value);
}
member Symbol : ExceptionMessageBoxSymbol with get, set
function get Symbol () : ExceptionMessageBoxSymbol
function set Symbol (value : ExceptionMessageBoxSymbol)
Property Value
Type: Microsoft.SqlServer.MessageBox.ExceptionMessageBoxSymbol
An ExceptionMessageBoxSymbol object.
Remarks
To display a custom graphic for the symbol on the exception message box, use CustomSymbol.
The default value is Warning.