Classe EventField
Represents a row in sys.server_event_session_fields.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.EventField
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public NotInheritable Class EventField _
Inherits SfcInstance
'Uso
Dim instance As EventField
public sealed class EventField : SfcInstance
public ref class EventField sealed : public SfcInstance
[<SealedAttribute>]
type EventField =
class
inherit SfcInstance
end
public final class EventField extends SfcInstance
O tipo EventField expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
EventField() | Creates a new instance of the EventField class. |
![]() |
EventField(Event, EventColumnInfo) | Creates a new instance of the EventField class from an Event object and an EventColumnInfo object. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) |
![]() |
Description | Gets or sets the description for an EventField object. |
![]() |
ID | Gets the identity key of an EventField object. |
![]() |
IdentityKey | Gets the identity key for an EventField object. |
![]() |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) |
![]() |
Name | Gets or sets the name for a EventField object. |
![]() |
Parent | Gets or sets the parent XEvent object. |
![]() |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) |
![]() |
State | Gets the state of the object used in Alter function in session. |
![]() |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) |
![]() |
Value | Gets the value for an EventField object. |
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 for a new instance of the EventField class. |
![]() |
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.