Condividi tramite


Classe ExecutionOperation.Key

Represents the key used to access the ExecutionOperation class.

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
Public NotInheritable Class Key _
    Inherits IdKey
'Utilizzo
Dim instance As ExecutionOperation.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

Nel tipo ExecutionOperation.Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ExecutionOperation.Key Initializes a new instance of the ExecutionOperation.Key class with the specified identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Id Gets the identifier of the key. Ereditato da IdKey.
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. Ereditato da IdKey.
Metodo pubblico Equals(Object) Indicates whether the specified object is equal to the current IdKey object. Ereditato da IdKey.
Metodo pubblico GetHashCode Retrieves the hash code. Ereditato da IdKey.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Gets the UrnFragment for the SfcInstance type. Esegue l'override di SfcKey.GetUrnFragment().
Metodo pubblico ToString Ereditato da SfcKey.

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