SqlAssemblyEvent 클래스
The SqlAssemblyEvent object represents the SQL Server assembly events that can be included in an assembly event set.
상속 계층
System.Object
Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public NotInheritable Class SqlAssemblyEvent
‘사용 방법
Dim instance As SqlAssemblyEvent
public sealed class SqlAssemblyEvent
public ref class SqlAssemblyEvent sealed
[<SealedAttribute>]
type SqlAssemblyEvent = class end
public final class SqlAssemblyEvent
SqlAssemblyEvent 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AlterAssembly | Gets an assembly event that can be included in the event set. | |
DropAssembly | Gets an assembly event that can be included in the event set. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Returns an SQL assembly event set that is created by adding two SQL assembly events together. | |
BitwiseOr | Returns a SqlAssemblyEventSet as a result of a bitwise OR operation on two Sql Assembly Events. | |
Equals | Determines whether the referenced assembly event object is equal to a specified object. (Object.Equals(Object)을(를) 재정의함) | |
GetHashCode | This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Object.GetHashCode()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
ToString | Returns the referenced object in string format. (Object.ToString()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Addition | Creates an assembly event set by performing an addition operation on two SqlAssemblyEvent objects. | |
BitwiseOr | Creates an assembly event set by performing a bitwise OR operation on two ServerEvent objects. | |
Equality | Creates an assembly event set by performing an equality operation on two SqlAssemblyEvent objects. | |
Implicit(SqlAssemblyEvent to SqlAssemblyEventSet) | Casts a single SqlAssemblyEvent as an SqlAssemblyEventSet. | |
Inequality | Creates an assembly event set by performing an inequality operation on two SqlAssemblyEvent objects. |
맨 위로 이동
주의
The SqlAssemblyEvent object contains a property for each event to which assembly can respond. The actual set of events is specified using the SqlAssemblyEventSet object.
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
예
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.