Bagikan melalui


EnvironmentReference.Key Class

Gets the key used to access the EnvironmentReference class.

Inheritance Hierarchy

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

The EnvironmentReference.Key type exposes the following members.

Constructors

  Name Description
Public method EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

Top

Properties

  Name Description
Public property EnvironmentFolderName Gets the key environment folder name.
Public property InstanceType (Inherited from SfcKey.)
Public property Name Gets the key name.

Top

Methods

  Name Description
Public method Equals(SfcKey) Indicates whether the equality of key objects is checked. (Overrides SfcKey.Equals(SfcKey).)
Public method Equals(Object) Indicates whether the equality of key objects is checked. (Overrides SfcKey.Equals(Object).)
Public method GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (Overrides SfcKey.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Overrides SfcKey.GetUrnFragment().)
Public method ToString (Inherited from SfcKey.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace