Partilhar via


Classe ObjectIdentifier

Represents the object identifier to identify the name of the model.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dac.Model.ObjectIdentifier

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Uso
Dim instance As ObjectIdentifier
[SerializableAttribute]
public sealed class ObjectIdentifier
[SerializableAttribute]
public ref class ObjectIdentifier sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ObjectIdentifier =  class end
public final class ObjectIdentifier

O tipo ObjectIdentifier expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ObjectIdentifier(IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Método público ObjectIdentifier(array<String[]) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Método público ObjectIdentifier(IList<String>, IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.

Início

Propriedades

  Nome Descrição
Propriedade pública ExternalParts Gets the external reference parts. Null if the identifier is not external.
Propriedade pública HasExternalParts Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Propriedade pública HasName Gets a value indicating whether the ObjectIdentifier have any Parts.
Propriedade pública Parts Gets or sets the parts of the identifier.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString Formats and escapes name parts into a single string. (Substitui Object.ToString().)

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dac.Model