Condividi tramite


Classe IdKey

Represents a class that is used to identify the object which has “Id” property as the key.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
      Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public MustInherit Class IdKey _
    Inherits SfcKey
'Utilizzo
Dim instance As IdKey
public abstract class IdKey : SfcKey
public ref class IdKey abstract : public SfcKey
[<AbstractClassAttribute>]
type IdKey =  
    class 
        inherit SfcKey 
    end
public abstract class IdKey extends SfcKey

Nel tipo IdKey sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico IdKey() Initializes a new instance of the IdKey class.
Metodo pubblico IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Metodo pubblico IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Id Gets the identifier of the key.
Proprietà pubblica InstanceType Ereditato da SfcKey.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(SfcKey) Indicates whether the current key is the same as the specified key. Esegue l'override di SfcKey.Equals(SfcKey).
Metodo pubblico Equals(Object) Indicates whether the specified object is equal to the current IdKey object. Esegue l'override di SfcKey.Equals(Object).
Metodo pubblicoMembro statico Equals(Object, Object) Indicates whether the specified objects are considered equal.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Retrieves the hash code. Esegue l'override di SfcKey.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Ereditato da SfcKey.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da SfcKey.

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Operatore pubblicoMembro statico Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
Operatore pubblicoMembro statico Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Operatore pubblicoMembro statico Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Operatore pubblicoMembro statico Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
Operatore pubblicoMembro statico Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

In alto

Campi

  Nome Descrizione
Campo protetto keyId Specifies the key identifier.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices