Classe EventSetBase
The EventSetBase class is a base class that is used to derive the event set objects.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..EventSetBase
Plus...
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public MustInherit Class EventSetBase
'Utilisation
Dim instance As EventSetBase
public abstract class EventSetBase
public ref class EventSetBase abstract
[<AbstractClassAttribute>]
type EventSetBase = class end
public abstract class EventSetBase
Le type EventSetBase expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EventSetBase() () () () | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (hérité de Object.) | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Hiérarchie d'héritage
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