Compartilhar via


Classe PackageInfo.Key

Represents the key used to access the instance.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.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 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

O tipo PackageInfo.Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PackageInfo.Key Initializes a new instance of the PackageInfo.Key class with the specified key name.

Início

Propriedades

  Nome Descrição
Propriedade pública InstanceType (Herdado de SfcKey.)
Propriedade pública Name Gets the key name. (Herdado de NameKey.)

Início

Métodos

  Nome Descrição
Método público Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Herdado de NameKey.)
Método público Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Herdado de NameKey.)
Método público GetHashCode Returns hash code for this NameKey. (Herdado de NameKey.)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Substitui SfcKey.GetUrnFragment().)
Método público 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