SqlTraceFailToLoadInstAPIAssemblyException 클래스
The SQLTraceFailToLoadInstAPIAssemblyException class represents the exception raised by the SMO trace objects when an Inst API assembly fails to load.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended.dll의 Microsoft.SqlServer.ConnectionInfoExtended
구문
‘선언
<SerializableAttribute> _
Public Class SqlTraceFailToLoadInstAPIAssemblyException _
Inherits SqlTraceException
‘사용 방법
Dim instance As SqlTraceFailToLoadInstAPIAssemblyException
[SerializableAttribute]
public class SqlTraceFailToLoadInstAPIAssemblyException : SqlTraceException
[SerializableAttribute]
public ref class SqlTraceFailToLoadInstAPIAssemblyException : public SqlTraceException
[<SerializableAttribute>]
type SqlTraceFailToLoadInstAPIAssemblyException =
class
inherit SqlTraceException
end
public class SqlTraceFailToLoadInstAPIAssemblyException extends SqlTraceException
주의
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Trace. . :: . .SqlTraceException
Microsoft.SqlServer.Management.Trace..::..SqlTraceFailToLoadInstAPIAssemblyException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.