Classe XEStore.Key
Represents an SfcKey class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
Microsoft.SqlServer.Management.XEvent.XEStore.Key
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public NotInheritable Class Key _
Inherits DomainRootKey
'Uso
Dim instance As XEStore.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =
class
inherit DomainRootKey
end
public final class Key extends DomainRootKey
O tipo XEStore.Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XEStore.Key | Default constructor for generic key generation. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Domain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de DomainRootKey.) | |
InstanceType | Gets the type of the instance class associated with this key class. (Herdado de SfcKey.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Determines whether a XEStore.Key object is equal to another object. (Substitui SfcKey.Equals(Object).) | |
Equals(SfcKey) | Determines whether a XEStore.Key object is equal to an SfcKey object. (Substitui SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether two objects are eqaul. | |
GetHashCode | Gets the hash code of a XEStore.Key object. (Substitui SfcKey.GetHashCode().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets an element of an Urn object. (Substitui SfcKey.GetUrnFragment().) | |
ToString | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Herdado de SfcKey.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality(Object, XEStore.Key) | Determines whether a XEStore.Key object is equal to another object. | |
Equality(XEStore.Key, XEStore.Key) | Determines whether two XEStore.Key objects are equal. | |
Equality(XEStore.Key, Object) | Determines whether a XEStore.Key object is equal to another object. | |
Inequality(Object, XEStore.Key) | Determines whether a XEStore.Key object is not equal to another object. | |
Inequality(XEStore.Key, XEStore.Key) | Determines whether two XEStore.Key object are equal. | |
Inequality(XEStore.Key, Object) | Determines whether a XEStore.Key object is not equal to another object. |
Início
Comentários
The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.
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.