Compartilhar via


Classe Computer.Key

The Computer.Key class represents the key that identifies the Computer class.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Utility.Computer.Key

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
Public NotInheritable Class Key _
    Inherits SfcKey
'Uso
Dim instance As Computer.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =  
    class 
        inherit SfcKey 
    end
public final class Key extends SfcKey

O tipo Computer.Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Computer.Key() Initializes a new instance of the Computer.Key class that has the specified name.
Método público Computer.Key(String) Initializes a new instance of the Computer.Key class that has the specified name.
Método público Computer.Key(Computer.Key) Initializes a new instance of the Computer.Key class based on the specified key.

Início

Propriedades

  Nome Descrição
Propriedade pública InstanceType Gets the type of the instance class associated with this key class. (Herdado de SfcKey.)
Propriedade pública Name Gets the name of the Computer key.

Início

Métodos

  Nome Descrição
Método público Equals(Object) Determines whether the specified object key is equal to the referenced string value. (Substitui SfcKey.Equals(Object).)
Método público Equals(SfcKey) Determines whether the two specified objects are equal. (Substitui SfcKey.Equals(SfcKey).)
Método públicoMembro estático Equals(Object, Object) Determines whether the two specified objects are equal.
Método público GetHashCode Gets the hash code for the object. (Substitui SfcKey.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Gets the URN path partial string that represents the computer. (Substitui SfcKey.GetUrnFragment().)
Método público 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
Operador públicoMembro estático Equality(Object, Computer.Key) Determines whether the specified object is equal to the object key.
Operador públicoMembro estático Equality(Computer.Key, Computer.Key) Determines whether the specified object key is equal to the second object key.
Operador públicoMembro estático Equality(Computer.Key, Object) Determines whether the specified object key is equal to the object.
Operador públicoMembro estático Inequality(Object, Computer.Key) Determines whether the specified object is not equal to the object key.
Operador públicoMembro estático Inequality(Computer.Key, Computer.Key) Determines whether the specified object key is not equal to the second object key.
Operador públicoMembro estático Inequality(Computer.Key, Object) Determines whether the specified object key is not equal to the object.

Início

Comentários

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Utility