다음을 통해 공유


Exception 속성

Gets a server trace event that can be included in the event set.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Shared ReadOnly Property Exception As ServerTraceEvent
    Get
‘사용 방법
Dim value As ServerTraceEvent

value = ServerTraceEvent.Exception
public static ServerTraceEvent Exception { get; }
public:
static property ServerTraceEvent^ Exception {
    ServerTraceEvent^ get ();
}
static member Exception : ServerTraceEvent
static function get Exception () : ServerTraceEvent

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .ServerTraceEvent
A ServerTraceEvent object that represents the Exception event that can be included in the server trace event set.

주의

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