Freigeben über


EnvironmentVariable.Key-Klasse

Represents the key used to access the EnvironmentVariable class.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public NotInheritable Class Key _
    Inherits NameKey
'Usage
Dim instance As EnvironmentVariable.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

Der EnvironmentVariable.Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EnvironmentVariable.Key Initializes a new instance of the EnvironmentVariable.Key class that takes the key name.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft InstanceType (Geerbt von SfcKey.)
Öffentliche Eigenschaft Name Gets the key name. (Geerbt von NameKey.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Geerbt von NameKey.)
Öffentliche Methode Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Geerbt von NameKey.)
Öffentliche Methode GetHashCode Returns hash code for this NameKey. (Geerbt von NameKey.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Gets the UrnFragment for the SfcInstance type. (Überschreibt SfcKey.GetUrnFragment().)
Öffentliche Methode ToString (Geerbt von SfcKey.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace