EnvironmentInfo.Key Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the key used to access the EnvironmentInfo class.
public: ref class EnvironmentInfo::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::NameKey
public sealed class EnvironmentInfo.Key : Microsoft.SqlServer.Management.IntegrationServices.NameKey
type EnvironmentInfo.Key = class
inherit NameKey
Public NotInheritable Class EnvironmentInfo.Key
Inherits NameKey
- Inheritance
Constructors
EnvironmentInfo.Key(String) |
Initializes a new instance of the EnvironmentInfo.Key class that takes the key name. |
Properties
InstanceType |
Gets the type of the instance class associated with this key class. (Inherited from SfcKey) |
Name |
Gets the key name. (Inherited from NameKey) |
Methods
Equals(Object) |
Determines whether the object represented by the NameKey is equal to the specified Object. (Inherited from NameKey) |
Equals(SfcKey) |
Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Inherited from NameKey) |
GetHashCode() |
Returns hash code for this NameKey. (Inherited from NameKey) |
GetUrnFragment() |
Gets 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) |