ModelStore.IdentifierHandle Class

Represents an identifier handle.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class IdentifierHandle _
    Implements ISerializable
'Usage
Dim instance As ModelStore.IdentifierHandle
[SerializableAttribute]
public sealed class IdentifierHandle : ISerializable
[SerializableAttribute]
public ref class IdentifierHandle sealed : ISerializable
public final class IdentifierHandle implements ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type IdentifierHandle =  
    class
        interface ISerializable
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelStore.IdentifierHandle

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

ModelStore.IdentifierHandle Members

Microsoft.Data.Schema.SchemaModel Namespace