KeyOption Class

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class KeyOption _
    Inherits TSqlFragment
'Usage
Dim instance As KeyOption
[SerializableAttribute]
public abstract class KeyOption : TSqlFragment
[SerializableAttribute]
public ref class KeyOption abstract : public TSqlFragment
public abstract class KeyOption extends TSqlFragment

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.KeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.AlgorithmKeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.CreationDispositionKeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.IdentityValueKeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.KeySourceKeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.ProviderKeyNameKeyOption

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

KeyOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace