Compartilhar via


Classe ValidationOperation.Key

Represents the key used to access the ValidationOperation class.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key

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

Sintaxe

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

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

Construtores

  Nome Descrição
Método público ValidationOperation.Key Initializes a new instance of the ValidationOperation.Key class with the specified identifier.

Início

Propriedades

  Nome Descrição
Propriedade pública Id Gets the identifier of the key. (Herdado de IdKey.)
Propriedade pública InstanceType (Herdado de SfcKey.)

Início

Métodos

  Nome Descrição
Método público Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Herdado de IdKey.)
Método público Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Herdado de IdKey.)
Método público GetHashCode Retrieves the hash code. (Herdado de IdKey.)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Substitui SfcKey.GetUrnFragment().)
Método público ToString (Herdado de SfcKey.)

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.IntegrationServices