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 | |
---|---|---|
PackageInfo.Key | Initializes a new instance of the PackageInfo.Key class with the specified 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 | Retrieves 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