ObjectIdentifier Class
SQL Server 2014
Updated: April 20, 2017
Represents the object identifier to identify the name of the model.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalParts | Gets or sets 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Formats and escapes name parts into a single string.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

