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 | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.