Класс NameKey
Identifies NameKey object which has name property as the key.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder.Key
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public MustInherit Class NameKey _
Inherits SfcKey
'Применение
Dim instance As NameKey
public abstract class NameKey : SfcKey
public ref class NameKey abstract : public SfcKey
[<AbstractClassAttribute>]
type NameKey =
class
inherit SfcKey
end
public abstract class NameKey extends SfcKey
Тип NameKey обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
NameKey | Initializes a new instance of the NameKey class with the specified key name. |
В начало
Свойства
Имя | Описание | |
---|---|---|
InstanceType | (Производный от SfcKey.) | |
Name | Gets the key name. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Переопределяет SfcKey.Equals(SfcKey).) | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (Переопределяет SfcKey.Equals(Object).) | |
Equals(Object, Object) | Determines whether the two specified objects are equal. | |
Finalize | (Производный от Object.) | |
GetHashCode | Returns hash code for this NameKey. (Переопределяет SfcKey.GetHashCode().) | |
GetType | (Производный от Object.) | |
GetUrnFragment | (Производный от SfcKey.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от SfcKey.) |
В начало
Операторы
Имя | Описание | |
---|---|---|
Equality(Object, NameKey) | Determines whether the specified Object is the same as the object represented by the specified NameKey. | |
Equality(NameKey, NameKey) | Determines whether the objects represented by the two specified NameKey values are the same. | |
Equality(NameKey, Object) | Determines whether the object represented by the specified NameKey is the same as the specified Object. | |
Inequality(Object, NameKey) | Determines whether the specified Object is different than the object represented by the specified NameKey. | |
Inequality(NameKey, NameKey) | Determines whether the objects represented by the two specified NameKey values are different. | |
Inequality(NameKey, Object) | Determines whether the object represented by the specified NameKey is different than the specified Object. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices