Класс ObjectIdentifier

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Применение
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

Тип ObjectIdentifier обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Formats and escapes name parts into a single string. (Переопределяет Object.ToString().)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Model