Condividi tramite


Classe IntegrationServices.Key

Represents the domain root key for the Integration Services.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.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 DomainRootKey
'Utilizzo
Dim instance As IntegrationServices.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

Nel tipo IntegrationServices.Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Domain Ereditato da DomainRootKey.
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 IntegrationServices.Key object. Esegue l'override di SfcKey.Equals(Object).
Metodo pubblicoMembro statico Equals(Object, Object) Indicates whether the specified objects are considered equal.
Metodo pubblico GetHashCode Retrieves the hash code. Esegue l'override di SfcKey.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Retrieves the UrnFragment. Esegue l'override di SfcKey.GetUrnFragment().
Metodo pubblico ToString Ereditato da SfcKey.

In alto

Operatori

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

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