Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
ObjectIdentifier(IList<String>) | Initializes a new instance of the ObjectIdentifier class with the specified parts. |
![]() |
ObjectIdentifier(array<String[]) | Initializes a new instance of the ObjectIdentifier class with the specified parts. |
![]() |
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 | |
|---|---|---|
![]() |
ExternalParts | Gets the external reference parts. Null if the identifier is not external. |
![]() |
HasExternalParts | Gets a value indicating whether the ObjectIdentifier have any ExternalParts. |
![]() |
HasName | Gets a value indicating whether the ObjectIdentifier have any Parts. |
![]() |
Parts | Gets or sets the parts of the identifier. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
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.
.gif)
.gif)