Класс PackageInfo.Key
Represents the key used to access the instance.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class Key _
Inherits NameKey
'Применение
Dim instance As PackageInfo.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =
class
inherit NameKey
end
public final class Key extends NameKey
Тип PackageInfo.Key обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
PackageInfo.Key | Initializes a new instance of the PackageInfo.Key class with the specified key name. |
В начало
Свойства
Имя | Описание | |
---|---|---|
InstanceType | (Производный от SfcKey.) | |
Name | Gets the key name. (Производный от NameKey.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Производный от NameKey.) | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (Производный от NameKey.) | |
GetHashCode | Returns hash code for this NameKey. (Производный от NameKey.) | |
GetType | (Производный от Object.) | |
GetUrnFragment | Retrieves the UrnFragment for the SfcInstance type. (Переопределяет SfcKey.GetUrnFragment().) | |
ToString | (Производный от SfcKey.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices