Classe EventInfo
Metadata class for the XEvent class and the parent class for EventColumnInfo objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.EventInfo
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public NotInheritable Class EventInfo _
Inherits SfcInstance _
Implements IXEObjectInfo
'Uso
Dim instance As EventInfo
public sealed class EventInfo : SfcInstance,
IXEObjectInfo
public ref class EventInfo sealed : public SfcInstance,
IXEObjectInfo
[<SealedAttribute>]
type EventInfo =
class
inherit SfcInstance
interface IXEObjectInfo
end
public final class EventInfo extends SfcInstance implements IXEObjectInfo
O tipo EventInfo expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Capabilities | Gets an integer value that represents the capabilities of an EventInfo object. | |
CapabilitiesDesc | Gets a string value that represents the capabilities description. | |
DataEventColumnInfoSet | Gets a DataEventColumnInfoCollection object. | |
Description | Gets the description property of a EventInfo object. | |
EventColumnInfoSet | Gets a customizable EventColumnInfoCollection object. | |
IdentityKey | Gets the identity key. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Name | Gets the name of the EventInfo object. | |
Parent | Gets the parent of an EventInfo object. | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
ReadOnlyEventColumnInfoSet | Gets a read-only ReadOnlyEventColumnInfoCollection. | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Discover | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetDomain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Gets the SQL Foundation Class object factory. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
InitializeUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.) | |
ResetKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Serialize | Serializes the instance to XML. (Herdado de SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. (Herdado de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.