Поделиться через


Класс IdKey

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public MustInherit Class IdKey _
    Inherits SfcKey
'Применение
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

Тип IdKey обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод IdKey() Initializes a new instance of the IdKey class.
Открытый метод IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Открытый метод IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

В начало

Свойства

  Имя Описание
Открытое свойство Id Gets the identifier of the key.
Открытое свойство InstanceType (Производный от SfcKey.)

В начало

Методы

  Имя Описание
Открытый метод Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Переопределяет SfcKey.Equals(SfcKey).)
Открытый метод Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Переопределяет SfcKey.Equals(Object).)
Открытый методСтатический элемент Equals(Object, Object) Indicates whether the specified objects are considered equal.
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Retrieves the hash code. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment (Производный от SfcKey.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от SfcKey.)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Открытый операторСтатический элемент 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.
Открытый операторСтатический элемент Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Открытый операторСтатический элемент 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.

В начало

Поля

  Имя Описание
Защищенное поле keyId Specifies the key identifier.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.IntegrationServices