This topic has not yet been rated - Rate this topic

IdKey Class

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
public abstract class IdKey : SfcKey

The IdKey type exposes the following members.

  NameDescription
Public methodIdKey()Initializes a new instance of the IdKey class.
Public methodIdKey(Int64)Initializes a new instance of the IdKey class with the specified identifier.
Public methodIdKey(IdKey)Initializes a new instance of the IdKey class with the specified other identifier key.
Top
  NameDescription
Public propertyIdGets the identifier of the key.
Public propertyInstanceType (Inherited from SfcKey.)
Top
  NameDescription
Public methodEquals(SfcKey)Indicates whether the current key is the same as the specified key. (Overrides SfcKey.Equals(SfcKey).)
Public methodEquals(Object)Indicates whether the specified object is equal to the current IdKey object. (Overrides SfcKey.Equals(Object).)
Public methodStatic memberEquals(Object, Object)Indicates whether the specified objects are considered equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeRetrieves the hash code. (Overrides SfcKey.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodGetUrnFragment (Inherited from SfcKey.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from SfcKey.)
Top
  NameDescription
Public operatorStatic memberEquality(Object, IdKey)Indicates whether the specified object and the right-hand side of the key are equal.
Public operatorStatic memberEquality(IdKey, IdKey)Indicates whether the key objects have the same value using the specified operands.
Public operatorStatic memberEquality(IdKey, Object)Indicates whether the specified object and the left-hand side of the key are equal.
Public operatorStatic memberInequality(Object, IdKey)Indicates whether the specified object and the right-hand side of the key are unequal.
Public operatorStatic memberInequality(IdKey, IdKey)Indicates whether the two specified key objects have different values using the specified operands.
Public operatorStatic memberInequality(IdKey, Object)Indicates whether the specified object and the left-hand side of the key are unequal.
Top
  NameDescription
Protected fieldkeyIdSpecifies the key identifier.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.