Classe NamedDomainKey<T>
Represents the domain key with a string name for a general SFC domain root instance.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Class NamedDomainKey(Of T As ISfcDomain) _
Inherits DomainRootKey _
Implements IEquatable(Of NamedDomainKey(Of T))
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The ISfcDomain
O tipo NamedDomainKey<T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Domain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de DomainRootKey.) | |
InstanceType | Gets the instance type which the current key represents. (Substitui SfcKey.InstanceType.) | |
Name | Gets the name key value. | |
UrnName | Gets the Urn level name corresponding to the instance type which the specified key represents. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Compare a schema name key to this key for value equality. (Substitui 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. (Substitui SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Returns whether the two key values are equal. | |
Finalize | (Herdado de Object.) | |
GetHashCode | Generate a hash code for the key. (Substitui SfcKey.GetHashCode().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Obtains a URN level fragment from the key name property by default. (Substitui SfcKey.GetUrnFragment().) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns the string value for the key. (Substitui SfcKey.ToString().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Returns whether the two keys are equal. | |
Inequality | Returns whether the two keys are not equal. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.