Classe SchemaNamedKey<T>
Represents the composite string schema and name key for an instance class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<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 SchemaNamedKey(Of T As SfcInstance) _
Inherits SfcKey _
Implements IEquatable(Of SchemaNamedKey(Of T))
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The SfcInstance class.
O tipo SchemaNamedKey<T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
InstanceType | Gets the instance type which this key represents. (Substitui 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Compares the schema name key to this key for value equality. (Substitui 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. (Substitui SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Compares two keys for value equality. | |
Finalize | (Herdado de Object.) | |
GetHashCode | Generates a hash code for the key. (Substitui SfcKey.GetHashCode().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Returns the Urn level fragment. (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 | Compares two keys for value equality. | |
Inequality | Compares two keys for value inequality. |
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.