Compartir a través de


Clase ObjectIdentifier

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
<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

El tipo ObjectIdentifier expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ExternalParts Gets the external reference parts. Null if the identifier is not external.
Propiedad pública HasExternalParts Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Propiedad pública HasName Gets a value indicating whether the ObjectIdentifier have any Parts.
Propiedad pública Parts Gets or sets the parts of the identifier.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString Formats and escapes name parts into a single string. (Invalida Object.ToString().)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac.Model