Класс EnvironmentReference.Key

Gets the key used to access the EnvironmentReference class.

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

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

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

В начало

Свойства

  Имя Описание
Открытое свойство EnvironmentFolderName Gets the key environment folder name.
Открытое свойство InstanceType (Производный от SfcKey.)
Открытое свойство Name Gets the key name.

В начало

Методы

  Имя Описание
Открытый метод Equals(SfcKey) Indicates whether the equality of key objects is checked. (Переопределяет SfcKey.Equals(SfcKey).)
Открытый метод Equals(Object) Indicates whether the equality of key objects is checked. (Переопределяет SfcKey.Equals(Object).)
Открытый метод GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Переопределяет SfcKey.GetUrnFragment().)
Открытый метод ToString (Производный от SfcKey.)

В начало

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

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

См. также

Справочник

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