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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.