EnvironmentReference.Key Class

Definition

Gets the key used to access the EnvironmentReference class.

public: ref class EnvironmentReference::Key sealed : Microsoft::SqlServer::Management::Sdk::Sfc::SfcKey
public sealed class EnvironmentReference.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type EnvironmentReference.Key = class
    inherit SfcKey
Public NotInheritable Class EnvironmentReference.Key
Inherits SfcKey
Inheritance
EnvironmentReference.Key

Constructors

EnvironmentReference.Key(String, String)

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

Properties

EnvironmentFolderName

Gets the key environment folder name.

InstanceType

Gets the type of the instance class associated with this key class.

(Inherited from SfcKey)
Name

Gets the key name.

Methods

Equals(Object)

Indicates whether the equality of key objects is checked.

Equals(SfcKey)

Indicates whether the equality of key objects is checked.

GetHashCode()

Retrieves the hash code of the EnvironmentReference.Key class.

GetUrnFragment()

Retrieves the UrnFragment for the SfcInstance type.

ToString()

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers.

(Inherited from SfcKey)

Applies to