Freigeben über


EnvironmentReference.Key-Klasse

Gets the key used to access the EnvironmentReference class.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key

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

Syntax

'Declaration
Public NotInheritable Class Key _
    Inherits SfcKey
'Usage
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

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

Konstruktoren

  Name Beschreibung
Öffentliche Methode EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Indicates whether the equality of key objects is checked. (Überschreibt SfcKey.Equals(SfcKey).)
Öffentliche Methode Equals(Object) Indicates whether the equality of key objects is checked. (Überschreibt SfcKey.Equals(Object).)
Öffentliche Methode GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (Überschreibt SfcKey.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Retrieves 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