Classe EnvironmentReference.Key

Gets the key used to access the EnvironmentReference class.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.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 SfcKey
'Utilizzo
Dim instance As EnvironmentReference.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =  
    class 
        inherit SfcKey 
    end
public final class Key extends SfcKey

Nel tipo EnvironmentReference.Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica EnvironmentFolderName Gets the key environment folder name.
Proprietà pubblica InstanceType Ereditato da SfcKey.
Proprietà pubblica Name Gets the key name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(SfcKey) Indicates whether the equality of key objects is checked. Esegue l'override di SfcKey.Equals(SfcKey).
Metodo pubblico Equals(Object) Indicates whether the equality of key objects is checked. Esegue l'override di SfcKey.Equals(Object).
Metodo pubblico GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. Esegue l'override di SfcKey.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Retrieves 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