NamedDomainKey<T> 클래스
Represents the domain key with a string name for a general SFC domain root instance.
상속 계층
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Class NamedDomainKey(Of T As ISfcDomain) _
Inherits DomainRootKey _
Implements IEquatable(Of NamedDomainKey(Of T))
‘사용 방법
Dim instance As NamedDomainKey(Of T)
public class NamedDomainKey<T> : DomainRootKey,
IEquatable<NamedDomainKey<T>>
where T : ISfcDomain
generic<typename T>
where T : ISfcDomain
public ref class NamedDomainKey : public DomainRootKey,
IEquatable<NamedDomainKey<T>^>
type NamedDomainKey<'T when 'T : ISfcDomain> =
class
inherit DomainRootKey
interface IEquatable<NamedDomainKey<'T>>
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The ISfcDomain
NamedDomainKey<T> 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
NamedDomainKey<T>() | Initializes a new instance of the NamedDomainKey<T> class with default values. | |
NamedDomainKey<T>(ISfcDomain) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name. | |
NamedDomainKey<T>(ISfcDomain, IDictionary<String, Object>) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name and fields dictionary. | |
NamedDomainKey<T>(ISfcDomain, String) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name and given name. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Domain | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (DomainRootKey에서 상속됨) | |
InstanceType | Gets the instance type which the current key represents. (SfcKey.InstanceType을(를) 재정의함) | |
Name | Gets the name key value. | |
UrnName | Gets the Urn level name corresponding to the instance type which the specified key represents. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals(Object) | Compare a schema name key to this key for value equality. (SfcKey.Equals(Object)을(를) 재정의함) | |
Equals(NamedDomainKey<T>) | Compare a schema name key to this key for value equality. | |
Equals(SfcKey) | Compare a schema name key to this key for value equality. (SfcKey.Equals(SfcKey)을(를) 재정의함) | |
Equals(Object, Object) | Returns whether the two key values are equal. | |
Finalize | (Object에서 상속됨) | |
GetHashCode | Generate a hash code for the key. (SfcKey.GetHashCode()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
GetUrnFragment | Obtains a URN level fragment from the key name property by default. (SfcKey.GetUrnFragment()을(를) 재정의함) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns the string value for the key. (SfcKey.ToString()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Equality | Returns whether the two keys are equal. | |
Inequality | Returns whether the two keys are not equal. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.