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()。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dac.Model 命名空间