KeySourceKeyOption Class

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.KeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.KeySourceKeyOption

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

KeySourceKeyOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace