Classe Catalog.Key
Represents the key used to access the Catalog class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class Key _
Inherits NameKey
'Uso
Dim instance As Catalog.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
O tipo Catalog.Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Catalog.Key | Initializes a new instance of the Catalog.Key class that takes the key name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
InstanceType | (Herdado de SfcKey.) | |
Name | Gets the key name. (Herdado de NameKey.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Herdado de NameKey.) | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (Herdado de NameKey.) | |
GetHashCode | Returns hash code for this NameKey. (Herdado de NameKey.) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets the UrnFragment for the SfcInstance type. (Substitui SfcKey.GetUrnFragment().) | |
ToString | (Herdado de SfcKey.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices