다음을 통해 공유


EnvironmentReference.Key 클래스

Gets the key used to access the EnvironmentReference class.

상속 계층

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

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public NotInheritable Class Key _
    Inherits SfcKey
‘사용 방법
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

EnvironmentReference.Key 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

맨 위로 이동

속성

  이름 설명
공용 속성 EnvironmentFolderName Gets the key environment folder name.
공용 속성 InstanceType (SfcKey에서 상속됨)
공용 속성 Name Gets the key name.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals(SfcKey) Indicates whether the equality of key objects is checked. (SfcKey.Equals(SfcKey)을(를) 재정의함)
공용 메서드 Equals(Object) Indicates whether the equality of key objects is checked. (SfcKey.Equals(Object)을(를) 재정의함)
공용 메서드 GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (SfcKey.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (SfcKey.GetUrnFragment()을(를) 재정의함)
공용 메서드 ToString (SfcKey에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스