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()。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)