IdKey Class

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

Inheritance Hierarchy

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

The IdKey type exposes the following members.

Constructors

  Name Description
Public method IdKey() Initializes a new instance of the IdKey class.
Public method IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Public method IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

Top

Properties

  Name Description
Public property Id Gets the identifier of the key.
Public property InstanceType (Inherited from SfcKey.)

Top

Methods

  Name Description
Public method Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Overrides SfcKey.Equals(SfcKey).)
Public method Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Overrides SfcKey.Equals(Object).)
Public methodStatic member Equals(Object, Object) Indicates whether the specified objects are considered equal.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Retrieves the hash code. (Overrides SfcKey.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetUrnFragment (Inherited from SfcKey.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from SfcKey.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Public operatorStatic member Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
Public operatorStatic member Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Public operatorStatic member Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Public operatorStatic member Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
Public operatorStatic member Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

Top

Fields

  Name Description
Protected field keyId Specifies the key identifier.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace