Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the unique identifier for a schema model.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Class ModelIdentifier _
Implements IEquatable(Of ModelIdentifier), IModelEntity
public class ModelIdentifier : IEquatable<ModelIdentifier>,
IModelEntity
public ref class ModelIdentifier : IEquatable<ModelIdentifier^>,
IModelEntity
type ModelIdentifier =
class
interface IEquatable<ModelIdentifier>
interface IModelEntity
end
public class ModelIdentifier implements IEquatable<ModelIdentifier>, IModelEntity
The ModelIdentifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelIdentifier | Initializes a new instance of the ModelIdentifier class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ExternalParts | Gets a list of the external reference parts if the identifier is external to the current model. |
![]() |
Model | Gets the ModelStore to which this identifier applies. |
![]() |
Parts | Gets a list of the parts of the identifier. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) |
![]() |
Equals(ModelIdentifier) | Determines whether the provided model identifiers and the current identifier are equal. |
![]() ![]() |
Equals(ModelIdentifier, ModelIdentifier) | Determines whether the two provided model identifiers are equal. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.