다음을 통해 공유


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는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

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

참고 항목

참조

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