Classe NamedKey<T>
Represents the single string name key for an instance class.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Class NamedKey(Of T As SfcInstance) _
Inherits SfcKey _
Implements IEquatable(Of NamedKey(Of T))
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
The type of the name key for an instance.
Le type NamedKey<T> expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
InstanceType | Gets the instance type which the key represents. (remplace SfcKey.InstanceType.) | |
Name | Gets the name key value. | |
UrnName | Gets the Urn level name corresponding to the instance type which the key represents. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals(Object) | Compares a name key to the specified key for value of equality. (remplace 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. (remplace SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Compares the two keys for value of equality. | |
Finalize | (hérité de Object.) | |
GetHashCode | Returns a hash code for the key. (remplace SfcKey.GetHashCode().) | |
GetType | (hérité de Object.) | |
GetUrnFragment | Returns the Urn level fragment which obtains its name from the key name property by default. (remplace SfcKey.GetUrnFragment().) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Returns the string value for the key. (remplace SfcKey.ToString().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Indicates whether the two keys are equal. | |
Inequality | Indicates whether the two keys are not equal. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.