SchemaNamedKey<T> 클래스
Represents the composite string schema and name key for an instance class.
상속 계층
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<T>
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Class SchemaNamedKey(Of T As SfcInstance) _
Inherits SfcKey _
Implements IEquatable(Of SchemaNamedKey(Of T))
‘사용 방법
Dim instance As SchemaNamedKey(Of T)
public class SchemaNamedKey<T> : SfcKey,
IEquatable<SchemaNamedKey<T>>
where T : SfcInstance
generic<typename T>
where T : SfcInstance
public ref class SchemaNamedKey : public SfcKey,
IEquatable<SchemaNamedKey<T>^>
type SchemaNamedKey<'T when 'T : SfcInstance> =
class
inherit SfcKey
interface IEquatable<SchemaNamedKey<'T>>
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The SfcInstance class.
SchemaNamedKey<T> 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
SchemaNamedKey<T>() | Initialize a new instance of theSchemaNamedKey<T> class. | |
SchemaNamedKey<T>(IDictionary<String, Object>) | Initializes a new instance of the SchemaNamedKey<T> class from a field dictionary. | |
SchemaNamedKey<T>(String) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and default schema. | |
SchemaNamedKey<T>(SchemaNamedKey<T>) | Initializes a new instance of the SchemaNamedKey<T> class from another schema name key. | |
SchemaNamedKey<T>(String, String) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and a schema string. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
InstanceType | Gets the instance type which this key represents. (SfcKey.InstanceType을(를) 재정의함) | |
Name | Gets the name key value. | |
Schema | Gets the schema key value. | |
UrnName | Gets the Urn level name corresponding to the instance type which this key represents. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals(Object) | Compares the schema name key to this key for value equality. (SfcKey.Equals(Object)을(를) 재정의함) | |
Equals(SchemaNamedKey<T>) | Compares the schema name key to this key for value equality. | |
Equals(SfcKey) | Compares the schema name key to this key for value equality. (SfcKey.Equals(SfcKey)을(를) 재정의함) | |
Equals(Object, Object) | Compares two keys for value equality. | |
Finalize | (Object에서 상속됨) | |
GetHashCode | Generates a hash code for the key. (SfcKey.GetHashCode()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
GetUrnFragment | Returns the Urn level fragment. (SfcKey.GetUrnFragment()을(를) 재정의함) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns the string value for the key. (SfcKey.ToString()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Equality | Compares two keys for value equality. | |
Inequality | Compares two keys for value inequality. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.