Condividi tramite


Classe ObjectIdentifier

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Utilizzo
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

Nel tipo ObjectIdentifier sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ObjectIdentifier(IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Metodo pubblico ObjectIdentifier(array<String[]) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Metodo pubblico ObjectIdentifier(IList<String>, IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ExternalParts Gets the external reference parts. Null if the identifier is not external.
Proprietà pubblica HasExternalParts Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Proprietà pubblica HasName Gets a value indicating whether the ObjectIdentifier have any Parts.
Proprietà pubblica Parts Gets or sets the parts of the identifier.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Formats and escapes name parts into a single string. Esegue l'override di Object.ToString().

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dac.Model