Classe DacInstance.Key
The DacInstance..::..Key class represents the key that identifies the DacInstance class.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Microsoft.SqlServer.Management.Dac..::..DacInstance..::..Key
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public NotInheritable Class Key _
Inherits SfcKey
'Uso
Dim instance As DacInstance.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =
class
inherit SfcKey
end
public final class Key extends SfcKey
O tipo DacInstance..::..Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DacInstance. . :: . .Key() () () () | Initializes a new instance of the DacInstance..::..Key class that has the specified name. | |
DacInstance. . :: . .Key(String) | Initializes a new instance of the DacInstance..::..Key class that has the specified name. | |
DacInstance. . :: . .Key(DacInstance. . :: . .Key) | Initializes a new instance of the DacInstance..::..Key class based on the specified key. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Determines whether the specified object key is equal to the referenced object key. (Substitui SfcKey. . :: . .Equals(Object).) | |
Equals(SfcKey) | Determines whether the specified object key is equal to the referenced object key. (Substitui SfcKey. . :: . .Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether the specified object key is equal to the referenced object key. | |
Finalize | (Herdado de Object.) | |
GetHashCode | Gets the hash code for the object. (Substitui SfcKey. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets the unique resource name (URN) path partial string that represents the DAC package. (Substitui SfcKey. . :: . .GetUrnFragment() () () ().) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Herdado de SfcKey.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality(Object, DacInstance. . :: . .Key) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Equality(DacInstance. . :: . .Key, DacInstance. . :: . .Key) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Equality(DacInstance. . :: . .Key, Object) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(Object, DacInstance. . :: . .Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance. . :: . .Key, DacInstance. . :: . .Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance. . :: . .Key, Object) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
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.