Freigeben über


IntegrationServices.Key-Klasse

Represents the domain root key for the Integration Services.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

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

Syntax

'Declaration
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Usage
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

Der IntegrationServices.Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Domain (Geerbt von DomainRootKey.)
Öffentliche Eigenschaft InstanceType (Geerbt von SfcKey.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Überschreibt SfcKey.Equals(SfcKey).)
Öffentliche Methode Equals(Object) Indicates whether the specified object is equal to the current IntegrationServices.Key object. (Überschreibt SfcKey.Equals(Object).)
Öffentliche MethodeStatisches Element Equals(Object, Object) Indicates whether the specified objects are considered equal.
Öffentliche Methode GetHashCode Retrieves the hash code. (Überschreibt SfcKey.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Retrieves the UrnFragment. (Überschreibt SfcKey.GetUrnFragment().)
Öffentliche Methode ToString (Geerbt von SfcKey.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are equal.
Öffentlicher OperatorStatisches Element Equality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the key objects have the same value using the specified operands.
Öffentlicher OperatorStatisches Element Equality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Öffentlicher OperatorStatisches Element Inequality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are unequal.
Öffentlicher OperatorStatisches Element Inequality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the two specified key objects have different values using the specified operands.
Öffentlicher OperatorStatisches Element Inequality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace