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 | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.