Classe SchemaNamedKey<T>
Represents the composite string schema and name key for an instance class.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<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 SchemaNamedKey(Of T As SfcInstance) _
Inherits SfcKey _
Implements IEquatable(Of SchemaNamedKey(Of T))
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
The SfcInstance class.
Le type SchemaNamedKey<T> expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
InstanceType | Gets the instance type which this key represents. (remplace 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals(Object) | Compares the schema name key to this key for value equality. (remplace 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. (remplace SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Compares two keys for value equality. | |
Finalize | (hérité de Object.) | |
GetHashCode | Generates a hash code for the key. (remplace SfcKey.GetHashCode().) | |
GetType | (hérité de Object.) | |
GetUrnFragment | Returns the Urn level fragment. (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 | Compares two keys for value equality. | |
Inequality | Compares two keys for value inequality. |
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.