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


Класс ValidationOperation.Key

Represents the key used to access the ValidationOperation class.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key

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

Синтаксис

'Декларация
Public NotInheritable Class Key _
    Inherits IdKey
'Применение
Dim instance As ValidationOperation.Key
public sealed class Key : IdKey
public ref class Key sealed : public IdKey
[<SealedAttribute>]
type Key =  
    class 
        inherit IdKey 
    end
public final class Key extends IdKey

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

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

  Имя Описание
Открытый метод ValidationOperation.Key Initializes a new instance of the ValidationOperation.Key class with the specified identifier.

В начало

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Производный от IdKey.)
Открытый метод Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Производный от IdKey.)
Открытый метод GetHashCode Retrieves the hash code. (Производный от IdKey.)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Переопределяет SfcKey.GetUrnFragment().)
Открытый метод ToString (Производный от SfcKey.)

В начало

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

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

См. также

Справочник

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