IdentityValueKeyOption Class
Represents an IDENTITY_VALUE option.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class IdentityValueKeyOption _
Inherits KeyOption
'Usage
Dim instance As IdentityValueKeyOption
[SerializableAttribute]
public class IdentityValueKeyOption : KeyOption
[SerializableAttribute]
public ref class IdentityValueKeyOption : public KeyOption
public class IdentityValueKeyOption extends KeyOption
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.KeyOption
Microsoft.Data.Schema.ScriptDom.Sql.IdentityValueKeyOption
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.