Класс ExecutionOperation.Key
Represents the key used to access the ExecutionOperation class.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class Key _
Inherits IdKey
'Применение
Dim instance As ExecutionOperation.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
Тип ExecutionOperation.Key обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ExecutionOperation.Key | Initializes a new instance of the ExecutionOperation.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 | Gets the UrnFragment for the SfcInstance type. (Переопределяет SfcKey.GetUrnFragment().) | |
ToString | (Производный от SfcKey.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices