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