This topic has not yet been rated - Rate this topic

EnvironmentReference.Key Class

SQL Server 2012

Gets the key used to access the EnvironmentReference class.

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)
public sealed class Key : SfcKey

The EnvironmentReference.Key type exposes the following members.

  NameDescription
Public methodEnvironmentReference.KeyInitializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.
Top
  NameDescription
Public propertyEnvironmentFolderNameGets the key environment folder name.
Public propertyInstanceType (Inherited from SfcKey.)
Public propertyNameGets the key name.
Top
  NameDescription
Public methodEquals(SfcKey)Indicates whether the equality of key objects is checked. (Overrides SfcKey.Equals(SfcKey).)
Public methodEquals(Object)Indicates whether the equality of key objects is checked. (Overrides SfcKey.Equals(Object).)
Public methodGetHashCodeRetrieves the hash code of the EnvironmentReference.Key class. (Overrides SfcKey.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodGetUrnFragmentRetrieves the UrnFragment for the SfcInstance type. (Overrides SfcKey.GetUrnFragment().)
Public methodToString (Inherited from SfcKey.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.