ObjectIdentifier Class

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

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Usage
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

The ObjectIdentifier type exposes the following members.

Constructors

  Name Description
Public method ObjectIdentifier(IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Public method ObjectIdentifier(array<String[]) Initializes a new instance of the ObjectIdentifier class with the specified parts.
Public method ObjectIdentifier(IList<String>, IList<String>) Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.

Top

Properties

  Name Description
Public property ExternalParts Gets the external reference parts. Null if the identifier is not external.
Public property HasExternalParts Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Public property HasName Gets a value indicating whether the ObjectIdentifier have any Parts.
Public property Parts Gets or sets the parts of the identifier.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Formats and escapes name parts into a single string. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace