ModelStore.ElementHandle Class
Represents the element handle.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ElementHandle _
Implements ISerializable
'Usage
Dim instance As ModelStore.ElementHandle
[SerializableAttribute]
public sealed class ElementHandle : ISerializable
[SerializableAttribute]
public ref class ElementHandle sealed : ISerializable
public final class ElementHandle implements ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type ElementHandle =
class
interface ISerializable
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelStore.ElementHandle
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.