ServiceQueueEvent 클래스
The ServiceQueueEvent object represents the Service Broker service queue events that can be included in a service queue event set.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..ServiceQueueEvent
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public NotInheritable Class ServiceQueueEvent
‘사용 방법
Dim instance As ServiceQueueEvent
public sealed class ServiceQueueEvent
public ref class ServiceQueueEvent sealed
[<SealedAttribute>]
type ServiceQueueEvent = class end
public final class ServiceQueueEvent
ServiceQueueEvent 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AlterQueue | Gets a service queue event that can be included in the event set. | |
BrokerQueueDisabled | Gets a service queue event that can be included in the event set. | |
DropQueue | Gets a service queue event that can be included in the event set. | |
QueueActivation | Gets a service queue event that can be included in the event set. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Returns a Service Broker queue event set that is created by adding two specified events together. | |
BitwiseOr | Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects. | |
Equals | Determines whether the referenced service queue event object is equal to a specified object. (Object. . :: . .Equals(Object)을(를) 재정의함) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (Object. . :: . .GetHashCode() () () ()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns the referenced object in string format. (Object. . :: . .ToString() () () ()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Addition | Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects. | |
BitwiseOr | Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects. | |
Equality | Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects. | |
Implicit Widening Implicit Implicit Implicit(ServiceQueueEvent to ServiceQueueEventSet) | Casts a service queue event as a service queue event set. | |
Inequality | Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects. |
맨 위로 이동
주의
The ServiceQueueEvent object contains a property for each event to which the service queue can respond. The actual set of events is specified using the ServiceQueueEventSet object.
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.