Freigeben über


IdKey-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public MustInherit Class IdKey _
    Inherits SfcKey
'Usage
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

Der IdKey-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IdKey() Initializes a new instance of the IdKey class.
Öffentliche Methode IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Öffentliche Methode IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Id Gets the identifier of the key.
Ö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 IdKey object. (Überschreibt SfcKey.Equals(Object).)
Öffentliche MethodeStatisches Element Equals(Object, Object) Indicates whether the specified objects are considered equal.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Retrieves the hash code. (Überschreibt SfcKey.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment (Geerbt von SfcKey.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von SfcKey.)

Zum Anfang

Operatoren

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

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld keyId Specifies the key identifier.

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