IdKey Class
Represents a class that is used to identify the object which has “Id” property as the key.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
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
| Name | Description | |
|---|---|---|
![]() | IdKey() | Initializes a new instance of the IdKey class. |
![]() | IdKey(IdKey^) | Initializes a new instance of the IdKey class with the specified other identifier key. |
![]() | IdKey(Int64) | Initializes a new instance of the IdKey class with the specified identifier. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the identifier of the key. |
![]() | InstanceType | (Inherited from SfcKey.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to the current IdKey object.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Indicates whether the specified objects are considered equal. |
![]() | Equals(SfcKey^) | Indicates whether the current key is the same as the specified key.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves the hash code.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | (Inherited from SfcKey.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from SfcKey.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(IdKey^, IdKey^) | Indicates whether the key objects have the same value using the specified operands. |
![]() ![]() | Equality(IdKey^, Object^) | Indicates whether the specified object and the left-hand side of the key are equal. |
![]() ![]() | Equality(Object^, IdKey^) | Indicates whether the specified object and the right-hand side of the key are equal. |
![]() ![]() | Inequality(IdKey^, IdKey^) | Indicates whether the two specified key objects have different values using the specified operands. |
![]() ![]() | Inequality(IdKey^, Object^) | Indicates whether the specified object and the left-hand side of the key are unequal. |
![]() ![]() | Inequality(Object^, IdKey^) | Indicates whether the specified object and the right-hand side of the key are unequal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





