Partager via


Classe ObjectIdentifier

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Utilisation
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

Le type ObjectIdentifier expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ObjectIdentifier(IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Méthode publique ObjectIdentifier(array<String[]) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Méthode publique ObjectIdentifier(IList<String>, IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExternalParts Gets the external reference parts. Null if the identifier is not external.
Propriété publique HasExternalParts Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Propriété publique HasName Gets a value indicating whether the ObjectIdentifier have any Parts.
Propriété publique Parts Gets or sets the parts of the identifier.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString Formats and escapes name parts into a single string. (remplace Object.ToString().)

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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac.Model