Condividi tramite


Classe ProjectInfo.Key

Represents the key used to access the catalog.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Key _
    Inherits NameKey
'Utilizzo
Dim instance As ProjectInfo.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

Nel tipo ProjectInfo.Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ProjectInfo.Key Initializes a new instance of the ProjectInfo.Key class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica InstanceType Ereditato da SfcKey.
Proprietà pubblica Name Gets the key name. Ereditato da NameKey.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. Ereditato da NameKey.
Metodo pubblico Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. Ereditato da NameKey.
Metodo pubblico GetHashCode Returns hash code for this NameKey. Ereditato da NameKey.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Gets the UrnFragment for the SfcInstance type. Esegue l'override di SfcKey.GetUrnFragment().
Metodo pubblico ToString Ereditato da SfcKey.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices