Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)