EventSetBase 클래스
The EventSetBase class is a base class that is used to derive the event set objects.
상속 계층
System.Object
Microsoft.SqlServer.Management.Smo.EventSetBase
추가 정보...
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public MustInherit Class EventSetBase
‘사용 방법
Dim instance As EventSetBase
public abstract class EventSetBase
public ref class EventSetBase abstract
[<AbstractClassAttribute>]
type EventSetBase = class end
public abstract class EventSetBase
EventSetBase 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
EventSetBase() | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (Object에서 상속됨) | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
예
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스
상속 계층
System.Object
Microsoft.SqlServer.Management.Smo.EventSetBase
Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet
Microsoft.SqlServer.Management.Smo.DatabaseEventSet
Microsoft.SqlServer.Management.Smo.ObjectEventSet
Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet
Microsoft.SqlServer.Management.Smo.ServerEventSet
Microsoft.SqlServer.Management.Smo.ServerTraceEventSet
Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet
Microsoft.SqlServer.Management.Smo.TableEventSet
Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
Microsoft.SqlServer.Management.Smo.ViewEventSet