AlgorithmKeyOption Class

This class represents the ALGORITHM 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 AlgorithmKeyOption _
    Inherits KeyOption
'Usage
Dim instance As AlgorithmKeyOption
[SerializableAttribute]
public class AlgorithmKeyOption : KeyOption
[SerializableAttribute]
public ref class AlgorithmKeyOption : public KeyOption
public class AlgorithmKeyOption extends KeyOption

Inheritance Hierarchy

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

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

AlgorithmKeyOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace