Classe EventColumnInfo
Represents a customizable column of an EventInfo object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.EventColumnInfo
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public NotInheritable Class EventColumnInfo _
Inherits SfcInstance
'Uso
Dim instance As EventColumnInfo
public sealed class EventColumnInfo : SfcInstance
public ref class EventColumnInfo sealed : public SfcInstance
[<SealedAttribute>]
type EventColumnInfo =
class
inherit SfcInstance
end
public final class EventColumnInfo extends SfcInstance
O tipo EventColumnInfo 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 that references the capabilities of an EventColumnInfo object. | |
CapabilitiesDesc | Gets a description of capabilities of an EventColumnInfo object. | |
Description | Gets the description of an EventColumnInfo object. | |
ID | Gets the SQL Foundation Class identifier of an EventColumnInfo object. | |
IdentityKey | Gets the SfcKey of an EventColumnInfo object. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Name | Gets the name of an iEventColumnInfo object. | |
Parent | Gets or sets the SfcInstance object that is the parent of the current object. | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
TypeName | Gets or sets the name of the type of an EventColumnInfo object. | |
TypePackageID | Gets the package identifier of the type. | |
TypePackageName | Gets the name of the type of a Package object. | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) | |
Value | Gets the value of an EventColumnInfo 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 the EventColumnInfo object. | |
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
Comentários
An EventInfo object can have three kinds of columns: customizable, data, and read-only. An EventColumnInfo object represents a customizable column of an EventInfo object.
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.