다음을 통해 공유


NamedKey<T> 클래스

Represents the single string name key for an instance class.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>

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

구문

‘선언
Public Class NamedKey(Of T As SfcInstance) _
    Inherits SfcKey _
    Implements IEquatable(Of NamedKey(Of T))
‘사용 방법
Dim instance As NamedKey(Of T)
public class NamedKey<T> : SfcKey, IEquatable<NamedKey<T>>
where T : SfcInstance
generic<typename T>
where T : SfcInstance 
public ref class NamedKey : public SfcKey, 
    IEquatable<NamedKey<T>^>
type NamedKey<'T when 'T : SfcInstance> =  
    class 
        inherit SfcKey 
        interface IEquatable<NamedKey<'T>>
    end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T
    The type of the name key for an instance.

NamedKey<T> 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 NamedKey<T>() Initializes a new instance of the NamedKey<T> class.
공용 메서드 NamedKey<T>(IDictionary<String, Object>) Initializes a new instance of the NamedKey<T> class from a field dictionary.
공용 메서드 NamedKey<T>(String) Initializes a new instance of the NamedKey<T> class from a string.
공용 메서드 NamedKey<T>(NamedKey<T>) Initializes a new instance of the NamedKey<T> class from another name key.

맨 위로 이동

속성

  이름 설명
공용 속성 InstanceType Gets the instance type which the key represents. (SfcKey.InstanceType을(를) 재정의함)
공용 속성 Name Gets the name key value.
보호된 속성 UrnName Gets the Urn level name corresponding to the instance type which the key represents.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals(Object) Compares a name key to the specified key for value of equality. (SfcKey.Equals(Object)을(를) 재정의함)
공용 메서드 Equals(NamedKey<T>) Compares a name key to the specified key for value of equality.
공용 메서드 Equals(SfcKey) Compares a name key to the key for value of equality. (SfcKey.Equals(SfcKey)을(를) 재정의함)
공용 메서드정적 멤버 Equals(Object, Object) Compares the two keys for value of equality.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns a hash code for the key. (SfcKey.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetUrnFragment Returns the Urn level fragment which obtains its name from the key name property by default. (SfcKey.GetUrnFragment()을(를) 재정의함)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Returns the string value for the key. (SfcKey.ToString()을(를) 재정의함)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Indicates whether the two keys are equal.
공용 연산자정적 멤버 Inequality Indicates whether the two keys are not equal.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스