Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used as a proxy to the identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Class Identifier _
Implements IEquatable(Of ModelStore.Identifier), IModelEntity
'Usage
Dim instance As ModelStore.Identifier
public class Identifier : IEquatable<ModelStore.Identifier>,
IModelEntity
public ref class Identifier : IEquatable<ModelStore.Identifier^>,
IModelEntity
public class Identifier implements IEquatable<ModelStore.Identifier>, IModelEntity
Remarks
A model identifier is comprised of a Scope and N name parts, where N > 0. The Scope is an arbitrary integer representing the namespace in which the identifier lives, and the name parts are strings.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
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.