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


Класс IntegrationServices.Key

Represents the domain root key for the Службы Integration Services.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Domain (Производный от DomainRootKey.)
Открытое свойство 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 IntegrationServices.Key object. (Переопределяет SfcKey.Equals(Object).)
Открытый методСтатический элемент Equals(Object, Object) Indicates whether the specified objects are considered equal.
Открытый метод GetHashCode Retrieves the hash code. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Retrieves the UrnFragment. (Переопределяет SfcKey.GetUrnFragment().)
Открытый метод ToString (Производный от SfcKey.)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are equal.
Открытый операторСтатический элемент Equality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the key objects have the same value using the specified operands.
Открытый операторСтатический элемент Equality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Открытый операторСтатический элемент Inequality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are unequal.
Открытый операторСтатический элемент Inequality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the two specified key objects have different values using the specified operands.
Открытый операторСтатический элемент Inequality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

В начало

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

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

См. также

Справочник

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