다음을 통해 공유


Symbol 속성

Gets or sets the symbol to display in the exception message box.

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public Property Symbol As ExceptionMessageBoxSymbol
    Get
    Set
‘사용 방법
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)

주의

To display a custom graphic for the symbol on the exception message box, use CustomSymbol.

The default value is Warning.